Shades of Burnt Orange #FF6727
Tints of Burnt Orange #FF6727
RGB
CMYK
RGB Variations
Color information
#FF6727 (or 0xFF6727) is known color: Burnt Orange. HEX triplet: FF, 67 and 27. RGB value is (255,103,39). Sum of RGB (Red+Green+Blue) = 255+103+39=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6727 is #0098D8. Grayscale: #8D8D8D. Windows color (decimal): -39129 or 2582527. OLE color: 2582527.
HSL color Cylindrical-coordinate representation of color #FF6727: hue angle of 17.78º 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 #FF6727 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 39 | - |
| CMYK | 0 | 0.60 | 0.85 | 0 |
| HSL | 17.78º | 1% | 0.58% | - |
| HSV(B) | 17.78º | 0.85% | 1% | - |
| XYZ | 46.46 | 31.11 | 5.48 | - |
| YUV | 141.15 | 70.36 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 39 | 0 | 0.60 | 0.85 | 0 | 17.78 | 1 | 0.58 |
| Hex | FF | 67 | 27 | 0 | 3C | 55 | 0 | 12 | 64 | 3A |
| Octal | 377 | 147 | 47 | 0 | 74 | 125 | 0 | 22 | 144 | 72 |
| Binary | 11111111 | 1100111 | 100111 | 0 | 111100 | 1010101 | 0 | 10010 | 1100100 | 111010 |
Color Harmonies of #FF6727
Complementary color
Monochromatic Colors of #FF6727
Black with #FF6727
Text Example
Text Example
White with #FF6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6727; }
p { color: rgb(255,103,39); }
H1.HeaderClassName
{
color: #FF6727;
}
.AnyTagClassName
{
color: #FF6727;
}
</style>
background-color css
<style>
a { background-color: #FF6727; }
a { background-color: rgb(255,103,39); }
div.DivClassName
{
background-color: #FF6727;
}
.BgClassName
{
background-color: #FF6727;
}
</style>
border-color css
<style>
span { border-color: #FF6727; }
span { border-color: rgb(255,103,39); }
td.TdClassName
{
border-color: #FF6727;
}
.TagClassName
{
border-color: #FF6727;
}
</style>