Shades of Burnt Orange #F66527
Tints of Burnt Orange #F66527
RGB
CMYK
RGB Variations
Color information
#F66527 (or 0xF66527) is known color: Burnt Orange. HEX triplet: F6, 65 and 27. RGB value is (246,101,39). Sum of RGB (Red+Green+Blue) = 246+101+39=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F66527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66527 is #099AD8. Grayscale: #898989. Windows color (decimal): -629465 or 2582006. OLE color: 2582006.
HSL color Cylindrical-coordinate representation of color #F66527: hue angle of 17.97º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F66527 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 39 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.04 |
| HSL | 17.97º | 0.92% | 0.56% | - |
| HSV(B) | 17.97º | 0.84% | 0.96% | - |
| XYZ | 43.03 | 29.05 | 5.26 | - |
| YUV | 137.29 | 72.54 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 39 | 0 | 0.59 | 0.84 | 0.04 | 17.97 | 0.92 | 0.56 |
| Hex | F6 | 65 | 27 | 0 | 3B | 54 | 4 | 12 | 5C | 38 |
| Octal | 366 | 145 | 47 | 0 | 73 | 124 | 4 | 22 | 134 | 70 |
| Binary | 11110110 | 1100101 | 100111 | 0 | 111011 | 1010100 | 100 | 10010 | 1011100 | 111000 |
Color Harmonies of #F66527
Complementary color
Monochromatic Colors of #F66527
Black with #F66527
Text Example
Text Example
White with #F66527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66527; }
p { color: rgb(246,101,39); }
H1.HeaderClassName
{
color: #F66527;
}
.AnyTagClassName
{
color: #F66527;
}
</style>
background-color css
<style>
a { background-color: #F66527; }
a { background-color: rgb(246,101,39); }
div.DivClassName
{
background-color: #F66527;
}
.BgClassName
{
background-color: #F66527;
}
</style>
border-color css
<style>
span { border-color: #F66527; }
span { border-color: rgb(246,101,39); }
td.TdClassName
{
border-color: #F66527;
}
.TagClassName
{
border-color: #F66527;
}
</style>