Html Css Color HEX #F97F32 Burnt Orange

📋 copy color: '#F97F32'

red 249 ◦ green 127 ◦ blue 50

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

Shades of Burnt Orange #F97F32

Tints of Burnt Orange #F97F32

RGB

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

 GREEN value IS 127 (50% from 255) = 29.81%

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

R = 58.45%
G = 29.81%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F97F32 (or 0xF97F32) is known color: Burnt Orange. HEX triplet: F9, 7F and 32. RGB value is (249,127,50). Sum of RGB (Red+Green+Blue) = 249+127+50=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97F32 is #0680CD. Grayscale: #9B9B9B. Windows color (decimal): -426190 or 3309561. OLE color: 3309561.

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

Color convert

RGB 249 127 50 -
CMYK 0 0.49 0.80 0.02
HSL 23.22º 0.94% 0.59% -
HSV(B) 23.22º 0.8% 0.98% -
XYZ 47.23 35.55 7.39 -
YUV 154.7 68.92 195.26 -
System Red Green Blue C M Y K H S L
Decimal 249 127 50 0 0.49 0.80 0.02 23.22 0.94 0.59
Hex F9 7F 32 0 31 50 2 17 5E 3B
Octal 371 177 62 0 61 120 2 27 136 73
Binary 11111001 1111111 110010 0 110001 1010000 10 10111 1011110 111011

Color Harmonies of #F97F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97F32

Black with #F97F32

Text Example


Text Example

White with #F97F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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