Shades of Burnt Orange #F06727
Tints of Burnt Orange #F06727
RGB
CMYK
RGB Variations
Color information
#F06727 (or 0xF06727) is known color: Burnt Orange. HEX triplet: F0, 67 and 27. RGB value is (240,103,39). Sum of RGB (Red+Green+Blue) = 240+103+39=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F06727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06727 is #0F98D8. Grayscale: #898989. Windows color (decimal): -1022169 or 2582512. OLE color: 2582512.
HSL color Cylindrical-coordinate representation of color #F06727: hue angle of 19.1º 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 #F06727 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 39 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.06 |
| HSL | 19.1º | 0.87% | 0.55% | - |
| HSV(B) | 19.1º | 0.84% | 0.94% | - |
| XYZ | 41.15 | 28.37 | 5.23 | - |
| YUV | 136.67 | 72.89 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 39 | 0 | 0.57 | 0.84 | 0.06 | 19.1 | 0.87 | 0.55 |
| Hex | F0 | 67 | 27 | 0 | 39 | 54 | 6 | 13 | 57 | 37 |
| Octal | 360 | 147 | 47 | 0 | 71 | 124 | 6 | 23 | 127 | 67 |
| Binary | 11110000 | 1100111 | 100111 | 0 | 111001 | 1010100 | 110 | 10011 | 1010111 | 110111 |
Color Harmonies of #F06727
Complementary color
Monochromatic Colors of #F06727
Black with #F06727
Text Example
Text Example
White with #F06727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06727; }
p { color: rgb(240,103,39); }
H1.HeaderClassName
{
color: #F06727;
}
.AnyTagClassName
{
color: #F06727;
}
</style>
background-color css
<style>
a { background-color: #F06727; }
a { background-color: rgb(240,103,39); }
div.DivClassName
{
background-color: #F06727;
}
.BgClassName
{
background-color: #F06727;
}
</style>
border-color css
<style>
span { border-color: #F06727; }
span { border-color: rgb(240,103,39); }
td.TdClassName
{
border-color: #F06727;
}
.TagClassName
{
border-color: #F06727;
}
</style>