Shades of Burnt Orange #FF6B27
Tints of Burnt Orange #FF6B27
RGB
CMYK
RGB Variations
Color information
#FF6B27 (or 0xFF6B27) is known color: Burnt Orange. HEX triplet: FF, 6B and 27. RGB value is (255,107,39). Sum of RGB (Red+Green+Blue) = 255+107+39=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B27 is #0094D8. Grayscale: #8F8F8F. Windows color (decimal): -38105 or 2583551. OLE color: 2583551.
HSL color Cylindrical-coordinate representation of color #FF6B27: hue angle of 18.89º 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 #FF6B27 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 39 | - |
| CMYK | 0 | 0.58 | 0.85 | 0 |
| HSL | 18.89º | 1% | 0.58% | - |
| HSV(B) | 18.89º | 0.85% | 1% | - |
| XYZ | 46.86 | 31.92 | 5.61 | - |
| YUV | 143.5 | 69.03 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 39 | 0 | 0.58 | 0.85 | 0 | 18.89 | 1 | 0.58 |
| Hex | FF | 6B | 27 | 0 | 3A | 55 | 0 | 13 | 64 | 3A |
| Octal | 377 | 153 | 47 | 0 | 72 | 125 | 0 | 23 | 144 | 72 |
| Binary | 11111111 | 1101011 | 100111 | 0 | 111010 | 1010101 | 0 | 10011 | 1100100 | 111010 |
Color Harmonies of #FF6B27
Complementary color
Monochromatic Colors of #FF6B27
Black with #FF6B27
Text Example
Text Example
White with #FF6B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B27; }
p { color: rgb(255,107,39); }
H1.HeaderClassName
{
color: #FF6B27;
}
.AnyTagClassName
{
color: #FF6B27;
}
</style>
background-color css
<style>
a { background-color: #FF6B27; }
a { background-color: rgb(255,107,39); }
div.DivClassName
{
background-color: #FF6B27;
}
.BgClassName
{
background-color: #FF6B27;
}
</style>
border-color css
<style>
span { border-color: #FF6B27; }
span { border-color: rgb(255,107,39); }
td.TdClassName
{
border-color: #FF6B27;
}
.TagClassName
{
border-color: #FF6B27;
}
</style>