Html Css Color HEX #F99110 Dark Orange

📋 copy color: '#F99110'

red 249 ◦ green 145 ◦ blue 16

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

Shades of Dark Orange #F99110

Tints of Dark Orange #F99110

RGB

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

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

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

R = 60.73%
G = 35.37%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F99110 (or 0xF99110) is known color: Dark Orange. HEX triplet: F9, 91 and 10. RGB value is (249,145,16). Sum of RGB (Red+Green+Blue) = 249+145+16=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F99110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99110 is #066EEF. Grayscale: #A2A2A2. Windows color (decimal): -421616 or 1085945. OLE color: 1085945.

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

Color convert

RGB 249 145 16 -
CMYK 0 0.42 0.94 0.02
HSL 33.22º 0.95% 0.52% -
HSV(B) 33.22º 0.94% 0.98% -
XYZ 49.29 40.43 5.7 -
YUV 161.39 45.96 190.49 -
System Red Green Blue C M Y K H S L
Decimal 249 145 16 0 0.42 0.94 0.02 33.22 0.95 0.52
Hex F9 91 10 0 2A 5E 2 21 5F 34
Octal 371 221 20 0 52 136 2 41 137 64
Binary 11111001 10010001 10000 0 101010 1011110 10 100001 1011111 110100

Color Harmonies of #F99110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99110

Black with #F99110

Text Example


Text Example

White with #F99110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99110; }

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

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

background-color css

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

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

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

border-color css

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

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

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