Html Css Color HEX #F99511 Dark Orange

📋 copy color: '#F99511'

red 249 ◦ green 149 ◦ blue 17

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

Shades of Dark Orange #F99511

Tints of Dark Orange #F99511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.1%

R = 60%
G = 35.9%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F99511 (or 0xF99511) is known color: Dark Orange. HEX triplet: F9, 95 and 11. RGB value is (249,149,17). Sum of RGB (Red+Green+Blue) = 249+149+17=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F99511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99511 is #066AEE. Grayscale: #A4A4A4. Windows color (decimal): -420591 or 1152505. OLE color: 1152505.

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

Color convert

RGB 249 149 17 -
CMYK 0 0.40 0.93 0.02
HSL 34.14º 0.95% 0.52% -
HSV(B) 34.14º 0.93% 0.98% -
XYZ 49.92 41.68 5.94 -
YUV 163.85 45.13 188.73 -
System Red Green Blue C M Y K H S L
Decimal 249 149 17 0 0.40 0.93 0.02 34.14 0.95 0.52
Hex F9 95 11 0 28 5D 2 22 5F 34
Octal 371 225 21 0 50 135 2 42 137 64
Binary 11111001 10010101 10001 0 101000 1011101 10 100010 1011111 110100

Color Harmonies of #F99511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99511

Black with #F99511

Text Example


Text Example

White with #F99511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99511; }

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

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

background-color css

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

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

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

border-color css

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

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

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