Shades of Burnt Orange #FC6A30
Tints of Burnt Orange #FC6A30
RGB
CMYK
RGB Variations
Color information
#FC6A30 (or 0xFC6A30) is known color: Burnt Orange. HEX triplet: FC, 6A and 30. RGB value is (252,106,48). Sum of RGB (Red+Green+Blue) = 252+106+48=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A30 is #0395CF. Grayscale: #8F8F8F. Windows color (decimal): -234960 or 3173116. OLE color: 3173116.
HSL color Cylindrical-coordinate representation of color #FC6A30: hue angle of 17.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC6A30 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 48 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.01 |
| HSL | 17.06º | 0.97% | 0.59% | - |
| HSV(B) | 17.06º | 0.81% | 0.99% | - |
| XYZ | 45.83 | 31.22 | 6.41 | - |
| YUV | 143.04 | 74.37 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 48 | 0 | 0.58 | 0.81 | 0.01 | 17.06 | 0.97 | 0.59 |
| Hex | FC | 6A | 30 | 0 | 3A | 51 | 1 | 11 | 61 | 3B |
| Octal | 374 | 152 | 60 | 0 | 72 | 121 | 1 | 21 | 141 | 73 |
| Binary | 11111100 | 1101010 | 110000 | 0 | 111010 | 1010001 | 1 | 10001 | 1100001 | 111011 |
Color Harmonies of #FC6A30
Complementary color
Monochromatic Colors of #FC6A30
Black with #FC6A30
Text Example
Text Example
White with #FC6A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A30; }
p { color: rgb(252,106,48); }
H1.HeaderClassName
{
color: #FC6A30;
}
.AnyTagClassName
{
color: #FC6A30;
}
</style>
background-color css
<style>
a { background-color: #FC6A30; }
a { background-color: rgb(252,106,48); }
div.DivClassName
{
background-color: #FC6A30;
}
.BgClassName
{
background-color: #FC6A30;
}
</style>
border-color css
<style>
span { border-color: #FC6A30; }
span { border-color: rgb(252,106,48); }
td.TdClassName
{
border-color: #FC6A30;
}
.TagClassName
{
border-color: #FC6A30;
}
</style>