Shades of Burnt Orange #FF6C27
Tints of Burnt Orange #FF6C27
RGB
CMYK
RGB Variations
Color information
#FF6C27 (or 0xFF6C27) is known color: Burnt Orange. HEX triplet: FF, 6C and 27. RGB value is (255,108,39). Sum of RGB (Red+Green+Blue) = 255+108+39=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C27 is #0093D8. Grayscale: #909090. Windows color (decimal): -37849 or 2583807. OLE color: 2583807.
HSL color Cylindrical-coordinate representation of color #FF6C27: hue angle of 19.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF6C27 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 39 | - |
| CMYK | 0 | 0.58 | 0.85 | 0 |
| HSL | 19.17º | 1% | 0.58% | - |
| HSV(B) | 19.17º | 0.85% | 1% | - |
| XYZ | 46.97 | 32.13 | 5.65 | - |
| YUV | 144.09 | 68.7 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 39 | 0 | 0.58 | 0.85 | 0 | 19.17 | 1 | 0.58 |
| Hex | FF | 6C | 27 | 0 | 3A | 55 | 0 | 13 | 64 | 3A |
| Octal | 377 | 154 | 47 | 0 | 72 | 125 | 0 | 23 | 144 | 72 |
| Binary | 11111111 | 1101100 | 100111 | 0 | 111010 | 1010101 | 0 | 10011 | 1100100 | 111010 |
Color Harmonies of #FF6C27
Complementary color
Monochromatic Colors of #FF6C27
Black with #FF6C27
Text Example
Text Example
White with #FF6C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C27; }
p { color: rgb(255,108,39); }
H1.HeaderClassName
{
color: #FF6C27;
}
.AnyTagClassName
{
color: #FF6C27;
}
</style>
background-color css
<style>
a { background-color: #FF6C27; }
a { background-color: rgb(255,108,39); }
div.DivClassName
{
background-color: #FF6C27;
}
.BgClassName
{
background-color: #FF6C27;
}
</style>
border-color css
<style>
span { border-color: #FF6C27; }
span { border-color: rgb(255,108,39); }
td.TdClassName
{
border-color: #FF6C27;
}
.TagClassName
{
border-color: #FF6C27;
}
</style>