Html Css Color HEX #F97C32 Burnt Orange

📋 copy color: '#F97C32'

red 249 ◦ green 124 ◦ blue 50

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

Shades of Burnt Orange #F97C32

Tints of Burnt Orange #F97C32

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

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

R = 58.87%
G = 29.31%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F97C32 (or 0xF97C32) is known color: Burnt Orange. HEX triplet: F9, 7C and 32. RGB value is (249,124,50). Sum of RGB (Red+Green+Blue) = 249+124+50=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97C32 is #0683CD. Grayscale: #999999. Windows color (decimal): -426958 or 3308793. OLE color: 3308793.

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

Color convert

RGB 249 124 50 -
CMYK 0 0.50 0.80 0.02
HSL 22.31º 0.94% 0.59% -
HSV(B) 22.31º 0.8% 0.98% -
XYZ 46.85 34.79 7.26 -
YUV 152.94 69.91 196.52 -
System Red Green Blue C M Y K H S L
Decimal 249 124 50 0 0.50 0.80 0.02 22.31 0.94 0.59
Hex F9 7C 32 0 32 50 2 16 5E 3B
Octal 371 174 62 0 62 120 2 26 136 73
Binary 11111001 1111100 110010 0 110010 1010000 10 10110 1011110 111011

Color Harmonies of #F97C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C32

Black with #F97C32

Text Example


Text Example

White with #F97C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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