#F69D08

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

Shades of Orange Peel #F69D08

Tints of Orange Peel #F69D08

Color information

#F69D08 (or 0xF69D08) is unknown color: approx Orange Peel. HEX triplet: F6, 9D and 08. RGB value is (246,157,8). Sum of RGB (Red+Green+Blue) = 246+157+8=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69D08 is #0962F7. Grayscale: #A7A7A7. Windows color (decimal): -615160 or 564726. OLE color: 564726.

HSL color Cylindrical-coordinate representation of color #F69D08: hue angle of 37.56º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F69D08 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB2461578-
CMYK00.360.970.04
HSL37.56º93.7%49.8%-
HSV(B)37.56º96.75%96.47%-
XYZ50.1143.726.03-
YUV166.6238.49184.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.85%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 8 (3.52% from 255) = 1.95%
R=59.85%
G=38.20%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246157800.360.970.0437.5693.749.8
HexF69D8024614265e32
Octal3662351004414144613662
Binary11110110100111011000010010011000011001001101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69D08; }

 p { color: rgb(246,157,8); }

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

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

 a { background-color: rgb(246,157,8); }

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

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

 span { border-color: rgb(246,157,8); }

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