#F99508

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

Shades of Dark Orange #F99508

Tints of Dark Orange #F99508

Color information

#F99508 (or 0xF99508) is unknown color: approx Dark Orange. HEX triplet: F9, 95 and 08. RGB value is (249,149,8). Sum of RGB (Red+Green+Blue) = 249+149+8=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F99508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99508 is #066AF7. Grayscale: #A3A3A3. Windows color (decimal): -420600 or 562681. OLE color: 562681.

HSL color Cylindrical-coordinate representation of color #F99508: hue angle of 35.1º 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 #F99508 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB2491498-
CMYK00.400.970.02
HSL35.1º95.26%50.39%-
HSV(B)35.1º96.79%97.65%-
XYZ49.8641.655.64-
YUV162.8340.63189.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.33%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 8 (3.52% from 255) = 1.97%
R=61.33%
G=36.70%
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
Decimal249149800.400.970.0235.195.2650.39
HexF9958028612235f32
Octal3712251005014124313762
Binary1111100110010101100001010001100001101000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99508; }

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

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

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

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

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

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

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

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