#F8A406

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

Shades of Orange #F8A406

Tints of Orange #F8A406

Color information

#F8A406 (or 0xF8A406) is unknown color: approx Orange. HEX triplet: F8, A4 and 06. RGB value is (248,164,6). Sum of RGB (Red+Green+Blue) = 248+164+6=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A406 is #075BF9. Grayscale: #ABABAB. Windows color (decimal): -482298 or 435448. OLE color: 435448.

HSL color Cylindrical-coordinate representation of color #F8A406: hue angle of 39.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8A406 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB2481646-
CMYK00.340.980.03
HSL39.17º95.28%49.8%-
HSV(B)39.17º97.58%97.25%-
XYZ52.0246.526.41-
YUV171.134.83182.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.33%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 6 (2.73% from 255) = 1.44%
R=59.33%
G=39.23%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248164600.340.980.0339.1795.2849.8
HexF8A46022623275f32
Octal370244604214234713762
Binary111110001010010011001000101100010111001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A406; }

 p { color: rgb(248,164,6); }

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

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

 a { background-color: rgb(248,164,6); }

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

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

 span { border-color: rgb(248,164,6); }

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