Shades of Burnt Orange #F3702C
Tints of Burnt Orange #F3702C
RGB
CMYK
RGB Variations
Color information
#F3702C (or 0xF3702C) is known color: Burnt Orange. HEX triplet: F3, 70 and 2C. RGB value is (243,112,44). Sum of RGB (Red+Green+Blue) = 243+112+44=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F3702C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3702C is #0C8FD3. Grayscale: #8F8F8F. Windows color (decimal): -823252 or 2912499. OLE color: 2912499.
HSL color Cylindrical-coordinate representation of color #F3702C: hue angle of 20.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3702C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 44 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.05 |
| HSL | 20.5º | 0.89% | 0.56% | - |
| HSV(B) | 20.5º | 0.82% | 0.95% | - |
| XYZ | 43.21 | 30.82 | 6.06 | - |
| YUV | 143.42 | 71.9 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 44 | 0 | 0.54 | 0.82 | 0.05 | 20.5 | 0.89 | 0.56 |
| Hex | F3 | 70 | 2C | 0 | 36 | 52 | 5 | 15 | 59 | 38 |
| Octal | 363 | 160 | 54 | 0 | 66 | 122 | 5 | 25 | 131 | 70 |
| Binary | 11110011 | 1110000 | 101100 | 0 | 110110 | 1010010 | 101 | 10101 | 1011001 | 111000 |
Color Harmonies of #F3702C
Complementary color
Monochromatic Colors of #F3702C
Black with #F3702C
Text Example
Text Example
White with #F3702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3702C; }
p { color: rgb(243,112,44); }
H1.HeaderClassName
{
color: #F3702C;
}
.AnyTagClassName
{
color: #F3702C;
}
</style>
background-color css
<style>
a { background-color: #F3702C; }
a { background-color: rgb(243,112,44); }
div.DivClassName
{
background-color: #F3702C;
}
.BgClassName
{
background-color: #F3702C;
}
</style>
border-color css
<style>
span { border-color: #F3702C; }
span { border-color: rgb(243,112,44); }
td.TdClassName
{
border-color: #F3702C;
}
.TagClassName
{
border-color: #F3702C;
}
</style>