Html Css Color HEX #F99402 Dark Orange

📋 copy color: '#F99402'

red 249 ◦ green 148 ◦ blue 2

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

Shades of Dark Orange #F99402

Tints of Dark Orange #F99402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 62.41%
G = 37.09%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F99402 (or 0xF99402) is known color: Dark Orange. HEX triplet: F9, 94 and 02. RGB value is (249,148,2). Sum of RGB (Red+Green+Blue) = 249+148+2=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F99402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99402 is #066BFD. Grayscale: #A2A2A2. Windows color (decimal): -420862 or 169209. OLE color: 169209.

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

Color convert

RGB 249 148 2 -
CMYK 0 0.41 0.99 0.02
HSL 35.47º 0.98% 0.49% -
HSV(B) 35.47º 0.99% 0.98% -
XYZ 49.67 41.32 5.42 -
YUV 161.56 37.96 190.37 -
System Red Green Blue C M Y K H S L
Decimal 249 148 2 0 0.41 0.99 0.02 35.47 0.98 0.49
Hex F9 94 2 0 29 63 2 23 62 31
Octal 371 224 2 0 51 143 2 43 142 61
Binary 11111001 10010100 10 0 101001 1100011 10 100011 1100010 110001

Color Harmonies of #F99402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99402

Black with #F99402

Text Example


Text Example

White with #F99402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99402; }

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

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

background-color css

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

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

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

border-color css

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

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

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