Shades of Burnt Orange #F06D27
Tints of Burnt Orange #F06D27
RGB
CMYK
RGB Variations
Color information
#F06D27 (or 0xF06D27) is known color: Burnt Orange. HEX triplet: F0, 6D and 27. RGB value is (240,109,39). Sum of RGB (Red+Green+Blue) = 240+109+39=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D27 is #0F92D8. Grayscale: #8C8C8C. Windows color (decimal): -1020633 or 2584048. OLE color: 2584048.
HSL color Cylindrical-coordinate representation of color #F06D27: hue angle of 20.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F06D27 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 39 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.06 |
| HSL | 20.9º | 0.87% | 0.55% | - |
| HSV(B) | 20.9º | 0.84% | 0.94% | - |
| XYZ | 41.77 | 29.61 | 5.43 | - |
| YUV | 140.19 | 70.9 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 39 | 0 | 0.55 | 0.84 | 0.06 | 20.9 | 0.87 | 0.55 |
| Hex | F0 | 6D | 27 | 0 | 37 | 54 | 6 | 15 | 57 | 37 |
| Octal | 360 | 155 | 47 | 0 | 67 | 124 | 6 | 25 | 127 | 67 |
| Binary | 11110000 | 1101101 | 100111 | 0 | 110111 | 1010100 | 110 | 10101 | 1010111 | 110111 |
Color Harmonies of #F06D27
Complementary color
Monochromatic Colors of #F06D27
Black with #F06D27
Text Example
Text Example
White with #F06D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D27; }
p { color: rgb(240,109,39); }
H1.HeaderClassName
{
color: #F06D27;
}
.AnyTagClassName
{
color: #F06D27;
}
</style>
background-color css
<style>
a { background-color: #F06D27; }
a { background-color: rgb(240,109,39); }
div.DivClassName
{
background-color: #F06D27;
}
.BgClassName
{
background-color: #F06D27;
}
</style>
border-color css
<style>
span { border-color: #F06D27; }
span { border-color: rgb(240,109,39); }
td.TdClassName
{
border-color: #F06D27;
}
.TagClassName
{
border-color: #F06D27;
}
</style>