Shades of Burnt Orange #F37534
Tints of Burnt Orange #F37534
RGB
CMYK
RGB Variations
Color information
#F37534 (or 0xF37534) is known color: Burnt Orange. HEX triplet: F3, 75 and 34. RGB value is (243,117,52). Sum of RGB (Red+Green+Blue) = 243+117+52=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F37534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37534 is #0C8ACB. Grayscale: #939393. Windows color (decimal): -821964 or 3438067. OLE color: 3438067.
HSL color Cylindrical-coordinate representation of color #F37534: hue angle of 20.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F37534 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 52 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.05 |
| HSL | 20.42º | 0.89% | 0.58% | - |
| HSV(B) | 20.42º | 0.79% | 0.95% | - |
| XYZ | 43.94 | 32.03 | 7.11 | - |
| YUV | 147.26 | 74.24 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 52 | 0 | 0.52 | 0.79 | 0.05 | 20.42 | 0.89 | 0.58 |
| Hex | F3 | 75 | 34 | 0 | 34 | 4F | 5 | 14 | 59 | 3A |
| Octal | 363 | 165 | 64 | 0 | 64 | 117 | 5 | 24 | 131 | 72 |
| Binary | 11110011 | 1110101 | 110100 | 0 | 110100 | 1001111 | 101 | 10100 | 1011001 | 111010 |
Color Harmonies of #F37534
Complementary color
Monochromatic Colors of #F37534
Black with #F37534
Text Example
Text Example
White with #F37534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37534; }
p { color: rgb(243,117,52); }
H1.HeaderClassName
{
color: #F37534;
}
.AnyTagClassName
{
color: #F37534;
}
</style>
background-color css
<style>
a { background-color: #F37534; }
a { background-color: rgb(243,117,52); }
div.DivClassName
{
background-color: #F37534;
}
.BgClassName
{
background-color: #F37534;
}
</style>
border-color css
<style>
span { border-color: #F37534; }
span { border-color: rgb(243,117,52); }
td.TdClassName
{
border-color: #F37534;
}
.TagClassName
{
border-color: #F37534;
}
</style>