#F97443

Color #F97443 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F97443

Tints of Burnt Orange #F97443

Color information

#F97443 (or 0xF97443) is unknown color: approx Burnt Orange. HEX triplet: F9, 74 and 43. RGB value is (249,116,67). Sum of RGB (Red+Green+Blue) = 249+116+67=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F97443 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97443 is #068BBC. Grayscale: #969696. Windows color (decimal): -428989 or 4420857. OLE color: 4420857.

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

Color convert

RGB24911667-
CMYK00.530.730.02
HSL16.15º93.81%61.96%-
HSV(B)16.15º73.09%97.65%-
XYZ46.3333.049.25-
YUV150.1881.06198.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.64%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 67 (26.56% from 255) = 15.51%
R=57.64%
G=26.85%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491166700.530.730.0216.1593.8161.96
HexF97443035492105e3e
Octal37116410306511122013676
Binary11111001111010010000110110101100100110100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97443; }

 p { color: rgb(249,116,67); }

 H1.HeaderClassName
 {
   color: #F97443;
 }
 .AnyTagClassName
 {
   color: #F97443;
 }
</style>
background-color css

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

 a { background-color: rgb(249,116,67); }

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

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

 span { border-color: rgb(249,116,67); }

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