Shades of Burnt Orange #FF6C28
Tints of Burnt Orange #FF6C28
RGB
CMYK
RGB Variations
Color information
#FF6C28 (or 0xFF6C28) is known color: Burnt Orange. HEX triplet: FF, 6C and 28. RGB value is (255,108,40). Sum of RGB (Red+Green+Blue) = 255+108+40=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C28 is #0093D7. Grayscale: #909090. Windows color (decimal): -37848 or 2649343. OLE color: 2649343.
HSL color Cylindrical-coordinate representation of color #FF6C28: hue angle of 18.98º 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 #FF6C28 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 40 | - |
| CMYK | 0 | 0.58 | 0.84 | 0 |
| HSL | 18.98º | 1% | 0.58% | - |
| HSV(B) | 18.98º | 0.84% | 1% | - |
| XYZ | 46.99 | 32.14 | 5.73 | - |
| YUV | 144.2 | 69.2 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 40 | 0 | 0.58 | 0.84 | 0 | 18.98 | 1 | 0.58 |
| Hex | FF | 6C | 28 | 0 | 3A | 54 | 0 | 13 | 64 | 3A |
| Octal | 377 | 154 | 50 | 0 | 72 | 124 | 0 | 23 | 144 | 72 |
| Binary | 11111111 | 1101100 | 101000 | 0 | 111010 | 1010100 | 0 | 10011 | 1100100 | 111010 |
Color Harmonies of #FF6C28
Complementary color
Monochromatic Colors of #FF6C28
Black with #FF6C28
Text Example
Text Example
White with #FF6C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C28; }
p { color: rgb(255,108,40); }
H1.HeaderClassName
{
color: #FF6C28;
}
.AnyTagClassName
{
color: #FF6C28;
}
</style>
background-color css
<style>
a { background-color: #FF6C28; }
a { background-color: rgb(255,108,40); }
div.DivClassName
{
background-color: #FF6C28;
}
.BgClassName
{
background-color: #FF6C28;
}
</style>
border-color css
<style>
span { border-color: #FF6C28; }
span { border-color: rgb(255,108,40); }
td.TdClassName
{
border-color: #FF6C28;
}
.TagClassName
{
border-color: #FF6C28;
}
</style>