#FA5620

Color #FA5620 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #FA5620

Tints of Outrageous Orange #FA5620

Color information

#FA5620 (or 0xFA5620) is unknown color: approx Outrageous Orange. HEX triplet: FA, 56 and 20. RGB value is (250,86,32). Sum of RGB (Red+Green+Blue) = 250+86+32=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5620 is #05A9DF. Grayscale: #818181. Windows color (decimal): -371168 or 2119418. OLE color: 2119418.

HSL color Cylindrical-coordinate representation of color #FA5620: hue angle of 14.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA5620 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB2508632-
CMYK00.660.870.02
HSL14.86º95.61%55.29%-
HSV(B)14.86º87.2%98.04%-
XYZ43.0127.084.33-
YUV128.8873.33214.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 67.93%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 32 (12.89% from 255) = 8.70%
R=67.93%
G=23.37%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250863200.660.870.0214.8695.6155.29
HexFA5620042572f6037
Octal37212640010212721714067
Binary1111101010101101000000100001010101111011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5620; }

 p { color: rgb(250,86,32); }

 H1.HeaderClassName
 {
   color: #FA5620;
 }
 .AnyTagClassName
 {
   color: #FA5620;
 }
</style>
background-color css

<style>
 a { background-color: #FA5620; }

 a { background-color: rgb(250,86,32); }

 div.DivClassName
 {
   background-color: #FA5620;
 }
 .BgClassName
 {
   background-color: #FA5620;
 }
</style>
border-color css

<style>
 span { border-color: #FA5620; }

 span { border-color: rgb(250,86,32); }

 td.TdClassName
 {
   border-color: #FA5620;
 }
 .TagClassName
 {
   border-color: #FA5620;
 }
</style>