Shades of Burnt Orange #FD682C
Tints of Burnt Orange #FD682C
RGB
CMYK
RGB Variations
Color information
#FD682C (or 0xFD682C) is known color: Burnt Orange. HEX triplet: FD, 68 and 2C. RGB value is (253,104,44). Sum of RGB (Red+Green+Blue) = 253+104+44=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD682C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD682C is #0297D3. Grayscale: #8E8E8E. Windows color (decimal): -169940 or 2910461. OLE color: 2910461.
HSL color Cylindrical-coordinate representation of color #FD682C: hue angle of 17.22º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD682C is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 44 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.01 |
| HSL | 17.22º | 0.98% | 0.58% | - |
| HSV(B) | 17.22º | 0.83% | 0.99% | - |
| XYZ | 45.91 | 30.97 | 5.94 | - |
| YUV | 141.71 | 72.86 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 44 | 0 | 0.59 | 0.83 | 0.01 | 17.22 | 0.98 | 0.58 |
| Hex | FD | 68 | 2C | 0 | 3B | 53 | 1 | 11 | 62 | 3A |
| Octal | 375 | 150 | 54 | 0 | 73 | 123 | 1 | 21 | 142 | 72 |
| Binary | 11111101 | 1101000 | 101100 | 0 | 111011 | 1010011 | 1 | 10001 | 1100010 | 111010 |
Color Harmonies of #FD682C
Complementary color
Monochromatic Colors of #FD682C
Black with #FD682C
Text Example
Text Example
White with #FD682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD682C; }
p { color: rgb(253,104,44); }
H1.HeaderClassName
{
color: #FD682C;
}
.AnyTagClassName
{
color: #FD682C;
}
</style>
background-color css
<style>
a { background-color: #FD682C; }
a { background-color: rgb(253,104,44); }
div.DivClassName
{
background-color: #FD682C;
}
.BgClassName
{
background-color: #FD682C;
}
</style>
border-color css
<style>
span { border-color: #FD682C; }
span { border-color: rgb(253,104,44); }
td.TdClassName
{
border-color: #FD682C;
}
.TagClassName
{
border-color: #FD682C;
}
</style>