Shades of Burnt Orange #FD6A28
Tints of Burnt Orange #FD6A28
RGB
CMYK
RGB Variations
Color information
#FD6A28 (or 0xFD6A28) is known color: Burnt Orange. HEX triplet: FD, 6A and 28. RGB value is (253,106,40). Sum of RGB (Red+Green+Blue) = 253+106+40=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6A28 is #0295D7. Grayscale: #8E8E8E. Windows color (decimal): -169432 or 2648829. OLE color: 2648829.
HSL color Cylindrical-coordinate representation of color #FD6A28: hue angle of 18.59º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD6A28 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 40 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.01 |
| HSL | 18.59º | 0.98% | 0.57% | - |
| HSV(B) | 18.59º | 0.84% | 0.99% | - |
| XYZ | 46.05 | 31.34 | 5.63 | - |
| YUV | 142.43 | 70.2 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 40 | 0 | 0.58 | 0.84 | 0.01 | 18.59 | 0.98 | 0.57 |
| Hex | FD | 6A | 28 | 0 | 3A | 54 | 1 | 13 | 62 | 39 |
| Octal | 375 | 152 | 50 | 0 | 72 | 124 | 1 | 23 | 142 | 71 |
| Binary | 11111101 | 1101010 | 101000 | 0 | 111010 | 1010100 | 1 | 10011 | 1100010 | 111001 |
Color Harmonies of #FD6A28
Complementary color
Monochromatic Colors of #FD6A28
Black with #FD6A28
Text Example
Text Example
White with #FD6A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A28; }
p { color: rgb(253,106,40); }
H1.HeaderClassName
{
color: #FD6A28;
}
.AnyTagClassName
{
color: #FD6A28;
}
</style>
background-color css
<style>
a { background-color: #FD6A28; }
a { background-color: rgb(253,106,40); }
div.DivClassName
{
background-color: #FD6A28;
}
.BgClassName
{
background-color: #FD6A28;
}
</style>
border-color css
<style>
span { border-color: #FD6A28; }
span { border-color: rgb(253,106,40); }
td.TdClassName
{
border-color: #FD6A28;
}
.TagClassName
{
border-color: #FD6A28;
}
</style>