Shades of Burnt Orange #FF6F28
Tints of Burnt Orange #FF6F28
RGB
CMYK
RGB Variations
Color information
#FF6F28 (or 0xFF6F28) is known color: Burnt Orange. HEX triplet: FF, 6F and 28. RGB value is (255,111,40). Sum of RGB (Red+Green+Blue) = 255+111+40=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F28 is #0090D7. Grayscale: #929292. Windows color (decimal): -37080 or 2650111. OLE color: 2650111.
HSL color Cylindrical-coordinate representation of color #FF6F28: hue angle of 19.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF6F28 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 40 | - |
| CMYK | 0 | 0.56 | 0.84 | 0 |
| HSL | 19.81º | 1% | 0.58% | - |
| HSV(B) | 19.81º | 0.84% | 1% | - |
| XYZ | 47.31 | 32.78 | 5.84 | - |
| YUV | 145.96 | 68.21 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 40 | 0 | 0.56 | 0.84 | 0 | 19.81 | 1 | 0.58 |
| Hex | FF | 6F | 28 | 0 | 38 | 54 | 0 | 14 | 64 | 3A |
| Octal | 377 | 157 | 50 | 0 | 70 | 124 | 0 | 24 | 144 | 72 |
| Binary | 11111111 | 1101111 | 101000 | 0 | 111000 | 1010100 | 0 | 10100 | 1100100 | 111010 |
Color Harmonies of #FF6F28
Complementary color
Monochromatic Colors of #FF6F28
Black with #FF6F28
Text Example
Text Example
White with #FF6F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F28; }
p { color: rgb(255,111,40); }
H1.HeaderClassName
{
color: #FF6F28;
}
.AnyTagClassName
{
color: #FF6F28;
}
</style>
background-color css
<style>
a { background-color: #FF6F28; }
a { background-color: rgb(255,111,40); }
div.DivClassName
{
background-color: #FF6F28;
}
.BgClassName
{
background-color: #FF6F28;
}
</style>
border-color css
<style>
span { border-color: #FF6F28; }
span { border-color: rgb(255,111,40); }
td.TdClassName
{
border-color: #FF6F28;
}
.TagClassName
{
border-color: #FF6F28;
}
</style>