Html Css Color HEX #F99408 Dark Orange

📋 copy color: '#F99408'

red 249 ◦ green 148 ◦ blue 8

#F99408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #F99408

Tints of Dark Orange #F99408

RGB

 RED value IS 249 (97.66% from 255) = 61.48%

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 61.48%
G = 36.54%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F99408 (or 0xF99408) is known color: Dark Orange. HEX triplet: F9, 94 and 08. RGB value is (249,148,8). Sum of RGB (Red+Green+Blue) = 249+148+8=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F99408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99408 is #066BF7. Grayscale: #A2A2A2. Windows color (decimal): -420856 or 562425. OLE color: 562425.

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

Color convert

RGB 249 148 8 -
CMYK 0 0.41 0.97 0.02
HSL 34.85º 0.95% 0.5% -
HSV(B) 34.85º 0.97% 0.98% -
XYZ 49.7 41.34 5.59 -
YUV 162.24 40.96 189.88 -
System Red Green Blue C M Y K H S L
Decimal 249 148 8 0 0.41 0.97 0.02 34.85 0.95 0.5
Hex F9 94 8 0 29 61 2 23 5F 32
Octal 371 224 10 0 51 141 2 43 137 62
Binary 11111001 10010100 1000 0 101001 1100001 10 100011 1011111 110010

Color Harmonies of #F99408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99408

Black with #F99408

Text Example


Text Example

White with #F99408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99408; }

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

 H1.HeaderClassName
 {
   color: #F99408;
 }
 .AnyTagClassName
 {
   color: #F99408;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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