Html Css Color HEX #F99006 Dark Orange

📋 copy color: '#F99006'

red 249 ◦ green 144 ◦ blue 6

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

Shades of Dark Orange #F99006

Tints of Dark Orange #F99006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 62.41%
G = 36.09%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F99006 (or 0xF99006) is known color: Dark Orange. HEX triplet: F9, 90 and 06. RGB value is (249,144,6). Sum of RGB (Red+Green+Blue) = 249+144+6=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F99006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99006 is #066FF9. Grayscale: #A0A0A0. Windows color (decimal): -421882 or 430329. OLE color: 430329.

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

Color convert

RGB 249 144 6 -
CMYK 0 0.42 0.98 0.02
HSL 34.07º 0.95% 0.5% -
HSV(B) 34.07º 0.98% 0.98% -
XYZ 49.07 40.1 5.33 -
YUV 159.66 41.29 191.72 -
System Red Green Blue C M Y K H S L
Decimal 249 144 6 0 0.42 0.98 0.02 34.07 0.95 0.5
Hex F9 90 6 0 2A 62 2 22 5F 32
Octal 371 220 6 0 52 142 2 42 137 62
Binary 11111001 10010000 110 0 101010 1100010 10 100010 1011111 110010

Color Harmonies of #F99006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99006

Black with #F99006

Text Example


Text Example

White with #F99006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99006; }

 p { color: rgb(249,144,6); }

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

background-color css

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

 a { background-color: rgb(249,144,6); }

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

border-color css

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

 span { border-color: rgb(249,144,6); }

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