Shades of Burnt Orange #F3702F
Tints of Burnt Orange #F3702F
RGB
CMYK
RGB Variations
Color information
#F3702F (or 0xF3702F) is known color: Burnt Orange. HEX triplet: F3, 70 and 2F. RGB value is (243,112,47). Sum of RGB (Red+Green+Blue) = 243+112+47=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F3702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3702F is #0C8FD0. Grayscale: #909090. Windows color (decimal): -823249 or 3109107. OLE color: 3109107.
HSL color Cylindrical-coordinate representation of color #F3702F: hue angle of 19.9º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3702F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 47 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.05 |
| HSL | 19.9º | 0.89% | 0.57% | - |
| HSV(B) | 19.9º | 0.81% | 0.95% | - |
| XYZ | 43.27 | 30.85 | 6.36 | - |
| YUV | 143.76 | 73.4 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 47 | 0 | 0.54 | 0.81 | 0.05 | 19.9 | 0.89 | 0.57 |
| Hex | F3 | 70 | 2F | 0 | 36 | 51 | 5 | 14 | 59 | 39 |
| Octal | 363 | 160 | 57 | 0 | 66 | 121 | 5 | 24 | 131 | 71 |
| Binary | 11110011 | 1110000 | 101111 | 0 | 110110 | 1010001 | 101 | 10100 | 1011001 | 111001 |
Color Harmonies of #F3702F
Complementary color
Monochromatic Colors of #F3702F
Black with #F3702F
Text Example
Text Example
White with #F3702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3702F; }
p { color: rgb(243,112,47); }
H1.HeaderClassName
{
color: #F3702F;
}
.AnyTagClassName
{
color: #F3702F;
}
</style>
background-color css
<style>
a { background-color: #F3702F; }
a { background-color: rgb(243,112,47); }
div.DivClassName
{
background-color: #F3702F;
}
.BgClassName
{
background-color: #F3702F;
}
</style>
border-color css
<style>
span { border-color: #F3702F; }
span { border-color: rgb(243,112,47); }
td.TdClassName
{
border-color: #F3702F;
}
.TagClassName
{
border-color: #F3702F;
}
</style>