Html Css Color HEX #F97040 Burnt Orange

📋 copy color: '#F97040'

red 249 ◦ green 112 ◦ blue 64

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

Shades of Burnt Orange #F97040

Tints of Burnt Orange #F97040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 58.59%
G = 26.35%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F97040 (or 0xF97040) is known color: Burnt Orange. HEX triplet: F9, 70 and 40. RGB value is (249,112,64). Sum of RGB (Red+Green+Blue) = 249+112+64=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F97040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97040 is #068FBF. Grayscale: #939393. Windows color (decimal): -430016 or 4223225. OLE color: 4223225.

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

Color convert

RGB 249 112 64 -
CMYK 0 0.55 0.74 0.02
HSL 15.57º 0.94% 0.61% -
HSV(B) 15.57º 0.74% 0.98% -
XYZ 45.79 32.1 8.63 -
YUV 147.49 80.89 200.4 -
System Red Green Blue C M Y K H S L
Decimal 249 112 64 0 0.55 0.74 0.02 15.57 0.94 0.61
Hex F9 70 40 0 37 4A 2 10 5E 3D
Octal 371 160 100 0 67 112 2 20 136 75
Binary 11111001 1110000 1000000 0 110111 1001010 10 10000 1011110 111101

Color Harmonies of #F97040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97040

Black with #F97040

Text Example


Text Example

White with #F97040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97040; }

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

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

background-color css

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

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

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

border-color css

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

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

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