Shades of Burnt Orange #F36F2C
Tints of Burnt Orange #F36F2C
RGB
CMYK
RGB Variations
Color information
#F36F2C (or 0xF36F2C) is known color: Burnt Orange. HEX triplet: F3, 6F and 2C. RGB value is (243,111,44). Sum of RGB (Red+Green+Blue) = 243+111+44=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36F2C is #0C90D3. Grayscale: #8F8F8F. Windows color (decimal): -823508 or 2912243. OLE color: 2912243.
HSL color Cylindrical-coordinate representation of color #F36F2C: hue angle of 20.2º 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 #F36F2C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 44 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.05 |
| HSL | 20.2º | 0.89% | 0.56% | - |
| HSV(B) | 20.2º | 0.82% | 0.95% | - |
| XYZ | 43.1 | 30.61 | 6.02 | - |
| YUV | 142.83 | 72.23 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 44 | 0 | 0.54 | 0.82 | 0.05 | 20.2 | 0.89 | 0.56 |
| Hex | F3 | 6F | 2C | 0 | 36 | 52 | 5 | 14 | 59 | 38 |
| Octal | 363 | 157 | 54 | 0 | 66 | 122 | 5 | 24 | 131 | 70 |
| Binary | 11110011 | 1101111 | 101100 | 0 | 110110 | 1010010 | 101 | 10100 | 1011001 | 111000 |
Color Harmonies of #F36F2C
Complementary color
Monochromatic Colors of #F36F2C
Black with #F36F2C
Text Example
Text Example
White with #F36F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F2C; }
p { color: rgb(243,111,44); }
H1.HeaderClassName
{
color: #F36F2C;
}
.AnyTagClassName
{
color: #F36F2C;
}
</style>
background-color css
<style>
a { background-color: #F36F2C; }
a { background-color: rgb(243,111,44); }
div.DivClassName
{
background-color: #F36F2C;
}
.BgClassName
{
background-color: #F36F2C;
}
</style>
border-color css
<style>
span { border-color: #F36F2C; }
span { border-color: rgb(243,111,44); }
td.TdClassName
{
border-color: #F36F2C;
}
.TagClassName
{
border-color: #F36F2C;
}
</style>