Html Css Color HEX #F96F31 Burnt Orange

📋 copy color: '#F96F31'

red 249 ◦ green 111 ◦ blue 49

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

Shades of Burnt Orange #F96F31

Tints of Burnt Orange #F96F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

 BLUE value IS 49 (19.53% from 255) = 11.98%

R = 60.88%
G = 27.14%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F96F31 (or 0xF96F31) is known color: Burnt Orange. HEX triplet: F9, 6F and 31. RGB value is (249,111,49). Sum of RGB (Red+Green+Blue) = 249+111+49=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F31 is #0690CE. Grayscale: #919191. Windows color (decimal): -430287 or 3239929. OLE color: 3239929.

HSL color Cylindrical-coordinate representation of color #F96F31: hue angle of 18.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F96F31 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 111 49 -
CMYK 0 0.55 0.80 0.02
HSL 18.6º 0.94% 0.58% -
HSV(B) 18.6º 0.8% 0.98% -
XYZ 45.31 31.73 6.64 -
YUV 145.19 73.72 202.04 -
System Red Green Blue C M Y K H S L
Decimal 249 111 49 0 0.55 0.80 0.02 18.6 0.94 0.58
Hex F9 6F 31 0 37 50 2 13 5E 3A
Octal 371 157 61 0 67 120 2 23 136 72
Binary 11111001 1101111 110001 0 110111 1010000 10 10011 1011110 111010

Color Harmonies of #F96F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F31

Black with #F96F31

Text Example


Text Example

White with #F96F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F31; }

 p { color: rgb(249,111,49); }

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

background-color css

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

 a { background-color: rgb(249,111,49); }

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

border-color css

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

 span { border-color: rgb(249,111,49); }

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