Shades of Burnt Orange #F06527
Tints of Burnt Orange #F06527
RGB
CMYK
RGB Variations
Color information
#F06527 (or 0xF06527) is known color: Burnt Orange. HEX triplet: F0, 65 and 27. RGB value is (240,101,39). Sum of RGB (Red+Green+Blue) = 240+101+39=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F06527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06527 is #0F9AD8. Grayscale: #878787. Windows color (decimal): -1022681 or 2582000. OLE color: 2582000.
HSL color Cylindrical-coordinate representation of color #F06527: hue angle of 18.51º 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 #F06527 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 39 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.06 |
| HSL | 18.51º | 0.87% | 0.55% | - |
| HSV(B) | 18.51º | 0.84% | 0.94% | - |
| XYZ | 40.96 | 27.98 | 5.16 | - |
| YUV | 135.49 | 73.55 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 39 | 0 | 0.58 | 0.84 | 0.06 | 18.51 | 0.87 | 0.55 |
| Hex | F0 | 65 | 27 | 0 | 3A | 54 | 6 | 13 | 57 | 37 |
| Octal | 360 | 145 | 47 | 0 | 72 | 124 | 6 | 23 | 127 | 67 |
| Binary | 11110000 | 1100101 | 100111 | 0 | 111010 | 1010100 | 110 | 10011 | 1010111 | 110111 |
Color Harmonies of #F06527
Complementary color
Monochromatic Colors of #F06527
Black with #F06527
Text Example
Text Example
White with #F06527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06527; }
p { color: rgb(240,101,39); }
H1.HeaderClassName
{
color: #F06527;
}
.AnyTagClassName
{
color: #F06527;
}
</style>
background-color css
<style>
a { background-color: #F06527; }
a { background-color: rgb(240,101,39); }
div.DivClassName
{
background-color: #F06527;
}
.BgClassName
{
background-color: #F06527;
}
</style>
border-color css
<style>
span { border-color: #F06527; }
span { border-color: rgb(240,101,39); }
td.TdClassName
{
border-color: #F06527;
}
.TagClassName
{
border-color: #F06527;
}
</style>