Html Css Color HEX #F99100 Dark Orange

📋 copy color: '#F99100'

red 249 ◦ green 145 ◦ blue 0

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

Shades of Dark Orange #F99100

Tints of Dark Orange #F99100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.2%
G = 36.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F99100 (or 0xF99100) is known color: Dark Orange. HEX triplet: F9, 91 and 00. RGB value is (249,145,0). Sum of RGB (Red+Green+Blue) = 249+145+0=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F99100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99100 is #066EFF. Grayscale: #A0A0A0. Windows color (decimal): -421632 or 37369. OLE color: 37369.

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

Color convert

RGB 249 145 0 -
CMYK 0 0.42 1 0.02
HSL 34.94º 1% 0.49% -
HSV(B) 34.94º 1% 0.98% -
XYZ 49.19 40.39 5.2 -
YUV 159.57 37.96 191.79 -
System Red Green Blue C M Y K H S L
Decimal 249 145 0 0 0.42 1 0.02 34.94 1 0.49
Hex F9 91 0 0 2A 64 2 23 64 31
Octal 371 221 0 0 52 144 2 43 144 61
Binary 11111001 10010001 0 0 101010 1100100 10 100011 1100100 110001

Color Harmonies of #F99100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99100

Black with #F99100

Text Example


Text Example

White with #F99100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99100; }

 p { color: rgb(249,145,0); }

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

background-color css

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

 a { background-color: rgb(249,145,0); }

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

border-color css

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

 span { border-color: rgb(249,145,0); }

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