Html Css Color HEX #F97E2C Burnt Orange

📋 copy color: '#F97E2C'

red 249 ◦ green 126 ◦ blue 44

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

Shades of Burnt Orange #F97E2C

Tints of Burnt Orange #F97E2C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 59.43%
G = 30.07%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F97E2C (or 0xF97E2C) is known color: Burnt Orange. HEX triplet: F9, 7E and 2C. RGB value is (249,126,44). Sum of RGB (Red+Green+Blue) = 249+126+44=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97E2C is #0681D3. Grayscale: #999999. Windows color (decimal): -426452 or 2916089. OLE color: 2916089.

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

Color convert

RGB 249 126 44 -
CMYK 0 0.49 0.82 0.02
HSL 24º 0.94% 0.57% -
HSV(B) 24º 0.82% 0.98% -
XYZ 46.98 35.24 6.71 -
YUV 153.43 66.25 196.17 -
System Red Green Blue C M Y K H S L
Decimal 249 126 44 0 0.49 0.82 0.02 24 0.94 0.57
Hex F9 7E 2C 0 31 52 2 18 5E 39
Octal 371 176 54 0 61 122 2 30 136 71
Binary 11111001 1111110 101100 0 110001 1010010 10 11000 1011110 111001

Color Harmonies of #F97E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97E2C

Black with #F97E2C

Text Example


Text Example

White with #F97E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97E2C; }

 p { color: rgb(249,126,44); }

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

background-color css

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

 a { background-color: rgb(249,126,44); }

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

border-color css

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

 span { border-color: rgb(249,126,44); }

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