Shades of Burnt Orange #FF6E35
Tints of Burnt Orange #FF6E35
RGB
CMYK
RGB Variations
Color information
#FF6E35 (or 0xFF6E35) is known color: Burnt Orange. HEX triplet: FF, 6E and 35. RGB value is (255,110,53). Sum of RGB (Red+Green+Blue) = 255+110+53=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6E35 is #0091CA. Grayscale: #939393. Windows color (decimal): -37323 or 3501823. OLE color: 3501823.
HSL color Cylindrical-coordinate representation of color #FF6E35: hue angle of 16.93º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF6E35 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 53 | - |
| CMYK | 0 | 0.57 | 0.79 | 0 |
| HSL | 16.93º | 1% | 0.6% | - |
| HSV(B) | 16.93º | 0.79% | 1% | - |
| XYZ | 47.46 | 32.67 | 7.17 | - |
| YUV | 146.86 | 75.04 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 53 | 0 | 0.57 | 0.79 | 0 | 16.93 | 1 | 0.6 |
| Hex | FF | 6E | 35 | 0 | 39 | 4F | 0 | 11 | 64 | 3C |
| Octal | 377 | 156 | 65 | 0 | 71 | 117 | 0 | 21 | 144 | 74 |
| Binary | 11111111 | 1101110 | 110101 | 0 | 111001 | 1001111 | 0 | 10001 | 1100100 | 111100 |
Color Harmonies of #FF6E35
Complementary color
Monochromatic Colors of #FF6E35
Black with #FF6E35
Text Example
Text Example
White with #FF6E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E35; }
p { color: rgb(255,110,53); }
H1.HeaderClassName
{
color: #FF6E35;
}
.AnyTagClassName
{
color: #FF6E35;
}
</style>
background-color css
<style>
a { background-color: #FF6E35; }
a { background-color: rgb(255,110,53); }
div.DivClassName
{
background-color: #FF6E35;
}
.BgClassName
{
background-color: #FF6E35;
}
</style>
border-color css
<style>
span { border-color: #FF6E35; }
span { border-color: rgb(255,110,53); }
td.TdClassName
{
border-color: #FF6E35;
}
.TagClassName
{
border-color: #FF6E35;
}
</style>