Html Css Color HEX #F96B37 Burnt Orange

📋 copy color: '#F96B37'

red 249 ◦ green 107 ◦ blue 55

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

Shades of Burnt Orange #F96B37

Tints of Burnt Orange #F96B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.38%

R = 60.58%
G = 26.03%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F96B37 (or 0xF96B37) is known color: Burnt Orange. HEX triplet: F9, 6B and 37. RGB value is (249,107,55). Sum of RGB (Red+Green+Blue) = 249+107+55=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96B37 is #0694C8. Grayscale: #8F8F8F. Windows color (decimal): -431305 or 3632121. OLE color: 3632121.

HSL color Cylindrical-coordinate representation of color #F96B37: hue angle of 16.08º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F96B37 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 107 55 -
CMYK 0 0.57 0.78 0.02
HSL 16.08º 0.94% 0.6% -
HSV(B) 16.08º 0.78% 0.98% -
XYZ 45.01 30.93 7.21 -
YUV 143.53 78.04 203.23 -
System Red Green Blue C M Y K H S L
Decimal 249 107 55 0 0.57 0.78 0.02 16.08 0.94 0.6
Hex F9 6B 37 0 39 4E 2 10 5E 3C
Octal 371 153 67 0 71 116 2 20 136 74
Binary 11111001 1101011 110111 0 111001 1001110 10 10000 1011110 111100

Color Harmonies of #F96B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B37

Black with #F96B37

Text Example


Text Example

White with #F96B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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