#FA5806

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

Shades of International Orange #FA5806

Tints of International Orange #FA5806

Color information

#FA5806 (or 0xFA5806) is unknown color: approx International Orange. HEX triplet: FA, 58 and 06. RGB value is (250,88,6). Sum of RGB (Red+Green+Blue) = 250+88+6=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5806 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5806 is #05A7F9. Grayscale: #7F7F7F. Windows color (decimal): -370682 or 415994. OLE color: 415994.

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

Color convert

RGB250886-
CMYK00.650.980.02
HSL20.16º96.06%50.2%-
HSV(B)20.16º97.6%98.04%-
XYZ42.9527.323.18-
YUV127.0959.67215.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 72.67%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 6 (2.73% from 255) = 1.74%
R=72.67%
G=25.58%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25088600.650.980.0220.1696.0650.2
HexFA586041622146032
Octal3721306010114222414062
Binary11111010101100011001000001110001010101001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5806; }

 p { color: rgb(250,88,6); }

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

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

 a { background-color: rgb(250,88,6); }

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

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

 span { border-color: rgb(250,88,6); }

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