Shades of Burnt Orange #FF6F40
Tints of Burnt Orange #FF6F40
RGB
CMYK
RGB Variations
Color information
#FF6F40 (or 0xFF6F40) is known color: Burnt Orange. HEX triplet: FF, 6F and 40. RGB value is (255,111,64). Sum of RGB (Red+Green+Blue) = 255+111+64=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F40 is #0090BF. Grayscale: #959595. Windows color (decimal): -37056 or 4222975. OLE color: 4222975.
HSL color Cylindrical-coordinate representation of color #FF6F40: hue angle of 14.76º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF6F40 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 64 | - |
| CMYK | 0 | 0.56 | 0.75 | 0 |
| HSL | 14.76º | 1% | 0.63% | - |
| HSV(B) | 14.76º | 0.75% | 1% | - |
| XYZ | 47.85 | 33 | 8.7 | - |
| YUV | 148.7 | 80.21 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 64 | 0 | 0.56 | 0.75 | 0 | 14.76 | 1 | 0.63 |
| Hex | FF | 6F | 40 | 0 | 38 | 4B | 0 | F | 64 | 3F |
| Octal | 377 | 157 | 100 | 0 | 70 | 113 | 0 | 17 | 144 | 77 |
| Binary | 11111111 | 1101111 | 1000000 | 0 | 111000 | 1001011 | 0 | 1111 | 1100100 | 111111 |
Color Harmonies of #FF6F40
Complementary color
Monochromatic Colors of #FF6F40
Black with #FF6F40
Text Example
Text Example
White with #FF6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F40; }
p { color: rgb(255,111,64); }
H1.HeaderClassName
{
color: #FF6F40;
}
.AnyTagClassName
{
color: #FF6F40;
}
</style>
background-color css
<style>
a { background-color: #FF6F40; }
a { background-color: rgb(255,111,64); }
div.DivClassName
{
background-color: #FF6F40;
}
.BgClassName
{
background-color: #FF6F40;
}
</style>
border-color css
<style>
span { border-color: #FF6F40; }
span { border-color: rgb(255,111,64); }
td.TdClassName
{
border-color: #FF6F40;
}
.TagClassName
{
border-color: #FF6F40;
}
</style>