Html Css Color HEX #F97229 Burnt Orange

📋 copy color: '#F97229'

red 249 ◦ green 114 ◦ blue 41

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

Shades of Burnt Orange #F97229

Tints of Burnt Orange #F97229

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

 BLUE value IS 41 (16.41% from 255) = 10.15%

R = 61.63%
G = 28.22%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F97229 (or 0xF97229) is known color: Burnt Orange. HEX triplet: F9, 72 and 29. RGB value is (249,114,41). Sum of RGB (Red+Green+Blue) = 249+114+41=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F97229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97229 is #068DD6. Grayscale: #929292. Windows color (decimal): -429527 or 2716409. OLE color: 2716409.

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

Color convert

RGB 249 114 41 -
CMYK 0 0.54 0.84 0.02
HSL 21.06º 0.95% 0.57% -
HSV(B) 21.06º 0.84% 0.98% -
XYZ 45.48 32.33 5.94 -
YUV 146.04 68.73 201.44 -
System Red Green Blue C M Y K H S L
Decimal 249 114 41 0 0.54 0.84 0.02 21.06 0.95 0.57
Hex F9 72 29 0 36 54 2 15 5F 39
Octal 371 162 51 0 66 124 2 25 137 71
Binary 11111001 1110010 101001 0 110110 1010100 10 10101 1011111 111001

Color Harmonies of #F97229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97229

Black with #F97229

Text Example


Text Example

White with #F97229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97229; }

 p { color: rgb(249,114,41); }

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

background-color css

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

 a { background-color: rgb(249,114,41); }

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

border-color css

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

 span { border-color: rgb(249,114,41); }

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