Html Css Color HEX #F99311 Dark Orange

📋 copy color: '#F99311'

red 249 ◦ green 147 ◦ blue 17

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

Shades of Dark Orange #F99311

Tints of Dark Orange #F99311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

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

R = 60.29%
G = 35.59%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F99311 (or 0xF99311) is known color: Dark Orange. HEX triplet: F9, 93 and 11. RGB value is (249,147,17). Sum of RGB (Red+Green+Blue) = 249+147+17=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F99311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99311 is #066CEE. Grayscale: #A3A3A3. Windows color (decimal): -421103 or 1151993. OLE color: 1151993.

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

Color convert

RGB 249 147 17 -
CMYK 0 0.41 0.93 0.02
HSL 33.62º 0.95% 0.52% -
HSV(B) 33.62º 0.93% 0.98% -
XYZ 49.6 41.05 5.84 -
YUV 162.68 45.79 189.57 -
System Red Green Blue C M Y K H S L
Decimal 249 147 17 0 0.41 0.93 0.02 33.62 0.95 0.52
Hex F9 93 11 0 29 5D 2 22 5F 34
Octal 371 223 21 0 51 135 2 42 137 64
Binary 11111001 10010011 10001 0 101001 1011101 10 100010 1011111 110100

Color Harmonies of #F99311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99311

Black with #F99311

Text Example


Text Example

White with #F99311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99311; }

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

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

background-color css

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

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

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

border-color css

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

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

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