#F99608

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

Shades of Orange Peel #F99608

Tints of Orange Peel #F99608

Color information

#F99608 (or 0xF99608) is unknown color: approx Orange Peel. HEX triplet: F9, 96 and 08. RGB value is (249,150,8). Sum of RGB (Red+Green+Blue) = 249+150+8=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F99608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99608 is #0669F7. Grayscale: #A4A4A4. Windows color (decimal): -420344 or 562937. OLE color: 562937.

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

Color convert

RGB2491508-
CMYK00.400.970.02
HSL35.35º95.26%50.39%-
HSV(B)35.35º96.79%97.65%-
XYZ50.0241.975.69-
YUV163.4140.3189.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.18%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 8 (3.52% from 255) = 1.97%
R=61.18%
G=36.86%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249150800.400.970.0235.3595.2650.39
HexF9968028612235f32
Octal3712261005014124313762
Binary1111100110010110100001010001100001101000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99608; }

 p { color: rgb(249,150,8); }

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

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

 a { background-color: rgb(249,150,8); }

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

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

 span { border-color: rgb(249,150,8); }

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