Shades of Burnt Orange #FD6C2E
Tints of Burnt Orange #FD6C2E
RGB
CMYK
RGB Variations
Color information
#FD6C2E (or 0xFD6C2E) is known color: Burnt Orange. HEX triplet: FD, 6C and 2E. RGB value is (253,108,46). Sum of RGB (Red+Green+Blue) = 253+108+46=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C2E is #0293D1. Grayscale: #909090. Windows color (decimal): -168914 or 3042557. OLE color: 3042557.
HSL color Cylindrical-coordinate representation of color #FD6C2E: hue angle of 17.97º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD6C2E is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 46 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.01 |
| HSL | 17.97º | 0.98% | 0.59% | - |
| HSV(B) | 17.97º | 0.82% | 0.99% | - |
| XYZ | 46.36 | 31.81 | 6.28 | - |
| YUV | 144.29 | 72.54 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 46 | 0 | 0.57 | 0.82 | 0.01 | 17.97 | 0.98 | 0.59 |
| Hex | FD | 6C | 2E | 0 | 39 | 52 | 1 | 12 | 62 | 3B |
| Octal | 375 | 154 | 56 | 0 | 71 | 122 | 1 | 22 | 142 | 73 |
| Binary | 11111101 | 1101100 | 101110 | 0 | 111001 | 1010010 | 1 | 10010 | 1100010 | 111011 |
Color Harmonies of #FD6C2E
Complementary color
Monochromatic Colors of #FD6C2E
Black with #FD6C2E
Text Example
Text Example
White with #FD6C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C2E; }
p { color: rgb(253,108,46); }
H1.HeaderClassName
{
color: #FD6C2E;
}
.AnyTagClassName
{
color: #FD6C2E;
}
</style>
background-color css
<style>
a { background-color: #FD6C2E; }
a { background-color: rgb(253,108,46); }
div.DivClassName
{
background-color: #FD6C2E;
}
.BgClassName
{
background-color: #FD6C2E;
}
</style>
border-color css
<style>
span { border-color: #FD6C2E; }
span { border-color: rgb(253,108,46); }
td.TdClassName
{
border-color: #FD6C2E;
}
.TagClassName
{
border-color: #FD6C2E;
}
</style>