Html Css Color HEX #F99210 Dark Orange

📋 copy color: '#F99210'

red 249 ◦ green 146 ◦ blue 16

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

Shades of Dark Orange #F99210

Tints of Dark Orange #F99210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

 BLUE value IS 16 (6.64% from 255) = 3.89%

R = 60.58%
G = 35.52%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F99210 (or 0xF99210) is known color: Dark Orange. HEX triplet: F9, 92 and 10. RGB value is (249,146,16). Sum of RGB (Red+Green+Blue) = 249+146+16=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F99210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99210 is #066DEF. Grayscale: #A2A2A2. Windows color (decimal): -421360 or 1086201. OLE color: 1086201.

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

Color convert

RGB 249 146 16 -
CMYK 0 0.41 0.94 0.02
HSL 33.48º 0.95% 0.52% -
HSV(B) 33.48º 0.94% 0.98% -
XYZ 49.44 40.73 5.75 -
YUV 161.98 45.62 190.07 -
System Red Green Blue C M Y K H S L
Decimal 249 146 16 0 0.41 0.94 0.02 33.48 0.95 0.52
Hex F9 92 10 0 29 5E 2 21 5F 34
Octal 371 222 20 0 51 136 2 41 137 64
Binary 11111001 10010010 10000 0 101001 1011110 10 100001 1011111 110100

Color Harmonies of #F99210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99210

Black with #F99210

Text Example


Text Example

White with #F99210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99210; }

 p { color: rgb(249,146,16); }

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

background-color css

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

 a { background-color: rgb(249,146,16); }

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

border-color css

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

 span { border-color: rgb(249,146,16); }

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