Shades of Burnt Orange #F06827
Tints of Burnt Orange #F06827
RGB
CMYK
RGB Variations
Color information
#F06827 (or 0xF06827) is known color: Burnt Orange. HEX triplet: F0, 68 and 27. RGB value is (240,104,39). Sum of RGB (Red+Green+Blue) = 240+104+39=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F06827 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06827 is #0F97D8. Grayscale: #898989. Windows color (decimal): -1021913 or 2582768. OLE color: 2582768.
HSL color Cylindrical-coordinate representation of color #F06827: hue angle of 19.4º 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 #F06827 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 39 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.06 |
| HSL | 19.4º | 0.87% | 0.55% | - |
| HSV(B) | 19.4º | 0.84% | 0.94% | - |
| XYZ | 41.25 | 28.57 | 5.26 | - |
| YUV | 137.25 | 72.56 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 39 | 0 | 0.57 | 0.84 | 0.06 | 19.4 | 0.87 | 0.55 |
| Hex | F0 | 68 | 27 | 0 | 39 | 54 | 6 | 13 | 57 | 37 |
| Octal | 360 | 150 | 47 | 0 | 71 | 124 | 6 | 23 | 127 | 67 |
| Binary | 11110000 | 1101000 | 100111 | 0 | 111001 | 1010100 | 110 | 10011 | 1010111 | 110111 |
Color Harmonies of #F06827
Complementary color
Monochromatic Colors of #F06827
Black with #F06827
Text Example
Text Example
White with #F06827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06827; }
p { color: rgb(240,104,39); }
H1.HeaderClassName
{
color: #F06827;
}
.AnyTagClassName
{
color: #F06827;
}
</style>
background-color css
<style>
a { background-color: #F06827; }
a { background-color: rgb(240,104,39); }
div.DivClassName
{
background-color: #F06827;
}
.BgClassName
{
background-color: #F06827;
}
</style>
border-color css
<style>
span { border-color: #F06827; }
span { border-color: rgb(240,104,39); }
td.TdClassName
{
border-color: #F06827;
}
.TagClassName
{
border-color: #F06827;
}
</style>