Shades of Burnt Orange #FD6A25
Tints of Burnt Orange #FD6A25
RGB
CMYK
RGB Variations
Color information
#FD6A25 (or 0xFD6A25) is known color: Burnt Orange. HEX triplet: FD, 6A and 25. RGB value is (253,106,37). Sum of RGB (Red+Green+Blue) = 253+106+37=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6A25 is #0295DA. Grayscale: #8E8E8E. Windows color (decimal): -169435 or 2452221. OLE color: 2452221.
HSL color Cylindrical-coordinate representation of color #FD6A25: hue angle of 19.17º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD6A25 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 37 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.01 |
| HSL | 19.17º | 0.98% | 0.57% | - |
| HSV(B) | 19.17º | 0.85% | 0.99% | - |
| XYZ | 46 | 31.32 | 5.37 | - |
| YUV | 142.09 | 68.7 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 37 | 0 | 0.58 | 0.85 | 0.01 | 19.17 | 0.98 | 0.57 |
| Hex | FD | 6A | 25 | 0 | 3A | 55 | 1 | 13 | 62 | 39 |
| Octal | 375 | 152 | 45 | 0 | 72 | 125 | 1 | 23 | 142 | 71 |
| Binary | 11111101 | 1101010 | 100101 | 0 | 111010 | 1010101 | 1 | 10011 | 1100010 | 111001 |
Color Harmonies of #FD6A25
Complementary color
Monochromatic Colors of #FD6A25
Black with #FD6A25
Text Example
Text Example
White with #FD6A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A25; }
p { color: rgb(253,106,37); }
H1.HeaderClassName
{
color: #FD6A25;
}
.AnyTagClassName
{
color: #FD6A25;
}
</style>
background-color css
<style>
a { background-color: #FD6A25; }
a { background-color: rgb(253,106,37); }
div.DivClassName
{
background-color: #FD6A25;
}
.BgClassName
{
background-color: #FD6A25;
}
</style>
border-color css
<style>
span { border-color: #FD6A25; }
span { border-color: rgb(253,106,37); }
td.TdClassName
{
border-color: #FD6A25;
}
.TagClassName
{
border-color: #FD6A25;
}
</style>