Html Css Color HEX #F99502 Dark Orange

📋 copy color: '#F99502'

red 249 ◦ green 149 ◦ blue 2

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

Shades of Dark Orange #F99502

Tints of Dark Orange #F99502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 62.25%
G = 37.25%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F99502 (or 0xF99502) is known color: Dark Orange. HEX triplet: F9, 95 and 02. RGB value is (249,149,2). Sum of RGB (Red+Green+Blue) = 249+149+2=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F99502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99502 is #066AFD. Grayscale: #A2A2A2. Windows color (decimal): -420606 or 169465. OLE color: 169465.

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

Color convert

RGB 249 149 2 -
CMYK 0 0.40 0.99 0.02
HSL 35.71º 0.98% 0.49% -
HSV(B) 35.71º 0.99% 0.98% -
XYZ 49.83 41.64 5.47 -
YUV 162.14 37.63 189.95 -
System Red Green Blue C M Y K H S L
Decimal 249 149 2 0 0.40 0.99 0.02 35.71 0.98 0.49
Hex F9 95 2 0 28 63 2 24 62 31
Octal 371 225 2 0 50 143 2 44 142 61
Binary 11111001 10010101 10 0 101000 1100011 10 100100 1100010 110001

Color Harmonies of #F99502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99502

Black with #F99502

Text Example


Text Example

White with #F99502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99502; }

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

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

background-color css

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

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

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

border-color css

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

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

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