Html Css Color HEX #F97032 Burnt Orange

📋 copy color: '#F97032'

red 249 ◦ green 112 ◦ blue 50

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

Shades of Burnt Orange #F97032

Tints of Burnt Orange #F97032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 60.58%
G = 27.25%
B = 12.17%

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

#F97032 (or 0xF97032) is known color: Burnt Orange. HEX triplet: F9, 70 and 32. RGB value is (249,112,50). Sum of RGB (Red+Green+Blue) = 249+112+50=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F97032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97032 is #068FCD. Grayscale: #929292. Windows color (decimal): -430030 or 3305721. OLE color: 3305721.

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

Color convert

RGB 249 112 50 -
CMYK 0 0.55 0.80 0.02
HSL 18.69º 0.94% 0.59% -
HSV(B) 18.69º 0.8% 0.98% -
XYZ 45.44 31.96 6.79 -
YUV 145.9 73.89 201.54 -
System Red Green Blue C M Y K H S L
Decimal 249 112 50 0 0.55 0.80 0.02 18.69 0.94 0.59
Hex F9 70 32 0 37 50 2 13 5E 3B
Octal 371 160 62 0 67 120 2 23 136 73
Binary 11111001 1110000 110010 0 110111 1010000 10 10011 1011110 111011

Color Harmonies of #F97032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97032

Black with #F97032

Text Example


Text Example

White with #F97032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97032; }

 p { color: rgb(249,112,50); }

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

background-color css

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

 a { background-color: rgb(249,112,50); }

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

border-color css

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

 span { border-color: rgb(249,112,50); }

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