Html Css Color HEX #F96B31 Burnt Orange

📋 copy color: '#F96B31'

red 249 ◦ green 107 ◦ blue 49

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

Shades of Burnt Orange #F96B31

Tints of Burnt Orange #F96B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

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

R = 61.48%
G = 26.42%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F96B31 (or 0xF96B31) is known color: Burnt Orange. HEX triplet: F9, 6B and 31. RGB value is (249,107,49). Sum of RGB (Red+Green+Blue) = 249+107+49=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96B31 is #0694CE. Grayscale: #8F8F8F. Windows color (decimal): -431311 or 3238905. OLE color: 3238905.

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

Color convert

RGB 249 107 49 -
CMYK 0 0.57 0.80 0.02
HSL 17.4º 0.94% 0.58% -
HSV(B) 17.4º 0.8% 0.98% -
XYZ 44.88 30.88 6.5 -
YUV 142.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 249 107 49 0 0.57 0.80 0.02 17.4 0.94 0.58
Hex F9 6B 31 0 39 50 2 11 5E 3A
Octal 371 153 61 0 71 120 2 21 136 72
Binary 11111001 1101011 110001 0 111001 1010000 10 10001 1011110 111010

Color Harmonies of #F96B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B31

Black with #F96B31

Text Example


Text Example

White with #F96B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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