Shades of Burnt Orange #FC682D
Tints of Burnt Orange #FC682D
RGB
CMYK
RGB Variations
Color information
#FC682D (or 0xFC682D) is known color: Burnt Orange. HEX triplet: FC, 68 and 2D. RGB value is (252,104,45). Sum of RGB (Red+Green+Blue) = 252+104+45=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC682D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC682D is #0397D2. Grayscale: #8D8D8D. Windows color (decimal): -235475 or 2975996. OLE color: 2975996.
HSL color Cylindrical-coordinate representation of color #FC682D: hue angle of 17.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC682D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 45 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.01 |
| HSL | 17.1º | 0.97% | 0.58% | - |
| HSV(B) | 17.1º | 0.82% | 0.99% | - |
| XYZ | 45.57 | 30.79 | 6.02 | - |
| YUV | 141.53 | 73.53 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 45 | 0 | 0.59 | 0.82 | 0.01 | 17.1 | 0.97 | 0.58 |
| Hex | FC | 68 | 2D | 0 | 3B | 52 | 1 | 11 | 61 | 3A |
| Octal | 374 | 150 | 55 | 0 | 73 | 122 | 1 | 21 | 141 | 72 |
| Binary | 11111100 | 1101000 | 101101 | 0 | 111011 | 1010010 | 1 | 10001 | 1100001 | 111010 |
Color Harmonies of #FC682D
Complementary color
Monochromatic Colors of #FC682D
Black with #FC682D
Text Example
Text Example
White with #FC682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC682D; }
p { color: rgb(252,104,45); }
H1.HeaderClassName
{
color: #FC682D;
}
.AnyTagClassName
{
color: #FC682D;
}
</style>
background-color css
<style>
a { background-color: #FC682D; }
a { background-color: rgb(252,104,45); }
div.DivClassName
{
background-color: #FC682D;
}
.BgClassName
{
background-color: #FC682D;
}
</style>
border-color css
<style>
span { border-color: #FC682D; }
span { border-color: rgb(252,104,45); }
td.TdClassName
{
border-color: #FC682D;
}
.TagClassName
{
border-color: #FC682D;
}
</style>