Shades of Burnt Orange #F37140
Tints of Burnt Orange #F37140
RGB
CMYK
RGB Variations
Color information
#F37140 (or 0xF37140) is known color: Burnt Orange. HEX triplet: F3, 71 and 40. RGB value is (243,113,64). Sum of RGB (Red+Green+Blue) = 243+113+64=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F37140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37140 is #0C8EBF. Grayscale: #929292. Windows color (decimal): -822976 or 4223475. OLE color: 4223475.
HSL color Cylindrical-coordinate representation of color #F37140: hue angle of 16.42º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F37140 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 64 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.05 |
| HSL | 16.42º | 0.88% | 0.6% | - |
| HSV(B) | 16.42º | 0.74% | 0.95% | - |
| XYZ | 43.79 | 31.24 | 8.57 | - |
| YUV | 146.28 | 81.57 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 64 | 0 | 0.53 | 0.74 | 0.05 | 16.42 | 0.88 | 0.6 |
| Hex | F3 | 71 | 40 | 0 | 35 | 4A | 5 | 10 | 58 | 3C |
| Octal | 363 | 161 | 100 | 0 | 65 | 112 | 5 | 20 | 130 | 74 |
| Binary | 11110011 | 1110001 | 1000000 | 0 | 110101 | 1001010 | 101 | 10000 | 1011000 | 111100 |
Color Harmonies of #F37140
Complementary color
Monochromatic Colors of #F37140
Black with #F37140
Text Example
Text Example
White with #F37140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37140; }
p { color: rgb(243,113,64); }
H1.HeaderClassName
{
color: #F37140;
}
.AnyTagClassName
{
color: #F37140;
}
</style>
background-color css
<style>
a { background-color: #F37140; }
a { background-color: rgb(243,113,64); }
div.DivClassName
{
background-color: #F37140;
}
.BgClassName
{
background-color: #F37140;
}
</style>
border-color css
<style>
span { border-color: #F37140; }
span { border-color: rgb(243,113,64); }
td.TdClassName
{
border-color: #F37140;
}
.TagClassName
{
border-color: #F37140;
}
</style>