Shades of Burnt Orange #FC6A2D
Tints of Burnt Orange #FC6A2D
RGB
CMYK
RGB Variations
Color information
#FC6A2D (or 0xFC6A2D) is known color: Burnt Orange. HEX triplet: FC, 6A and 2D. RGB value is (252,106,45). Sum of RGB (Red+Green+Blue) = 252+106+45=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A2D is #0395D2. Grayscale: #8F8F8F. Windows color (decimal): -234963 or 2976508. OLE color: 2976508.
HSL color Cylindrical-coordinate representation of color #FC6A2D: hue angle of 17.68º 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 #FC6A2D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.01 |
| HSL | 17.68º | 0.97% | 0.58% | - |
| HSV(B) | 17.68º | 0.82% | 0.99% | - |
| XYZ | 45.77 | 31.19 | 6.09 | - |
| YUV | 142.7 | 72.87 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 45 | 0 | 0.58 | 0.82 | 0.01 | 17.68 | 0.97 | 0.58 |
| Hex | FC | 6A | 2D | 0 | 3A | 52 | 1 | 12 | 61 | 3A |
| Octal | 374 | 152 | 55 | 0 | 72 | 122 | 1 | 22 | 141 | 72 |
| Binary | 11111100 | 1101010 | 101101 | 0 | 111010 | 1010010 | 1 | 10010 | 1100001 | 111010 |
Color Harmonies of #FC6A2D
Complementary color
Monochromatic Colors of #FC6A2D
Black with #FC6A2D
Text Example
Text Example
White with #FC6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A2D; }
p { color: rgb(252,106,45); }
H1.HeaderClassName
{
color: #FC6A2D;
}
.AnyTagClassName
{
color: #FC6A2D;
}
</style>
background-color css
<style>
a { background-color: #FC6A2D; }
a { background-color: rgb(252,106,45); }
div.DivClassName
{
background-color: #FC6A2D;
}
.BgClassName
{
background-color: #FC6A2D;
}
</style>
border-color css
<style>
span { border-color: #FC6A2D; }
span { border-color: rgb(252,106,45); }
td.TdClassName
{
border-color: #FC6A2D;
}
.TagClassName
{
border-color: #FC6A2D;
}
</style>