Shades of Burnt Orange #FC6E30
Tints of Burnt Orange #FC6E30
RGB
CMYK
RGB Variations
Color information
#FC6E30 (or 0xFC6E30) is known color: Burnt Orange. HEX triplet: FC, 6E and 30. RGB value is (252,110,48). Sum of RGB (Red+Green+Blue) = 252+110+48=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E30 is #0391CF. Grayscale: #919191. Windows color (decimal): -233936 or 3174140. OLE color: 3174140.
HSL color Cylindrical-coordinate representation of color #FC6E30: hue angle of 18.24º 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 #FC6E30 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 48 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.01 |
| HSL | 18.24º | 0.97% | 0.59% | - |
| HSV(B) | 18.24º | 0.81% | 0.99% | - |
| XYZ | 46.25 | 32.06 | 6.55 | - |
| YUV | 145.39 | 73.04 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 48 | 0 | 0.56 | 0.81 | 0.01 | 18.24 | 0.97 | 0.59 |
| Hex | FC | 6E | 30 | 0 | 38 | 51 | 1 | 12 | 61 | 3B |
| Octal | 374 | 156 | 60 | 0 | 70 | 121 | 1 | 22 | 141 | 73 |
| Binary | 11111100 | 1101110 | 110000 | 0 | 111000 | 1010001 | 1 | 10010 | 1100001 | 111011 |
Color Harmonies of #FC6E30
Complementary color
Monochromatic Colors of #FC6E30
Black with #FC6E30
Text Example
Text Example
White with #FC6E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E30; }
p { color: rgb(252,110,48); }
H1.HeaderClassName
{
color: #FC6E30;
}
.AnyTagClassName
{
color: #FC6E30;
}
</style>
background-color css
<style>
a { background-color: #FC6E30; }
a { background-color: rgb(252,110,48); }
div.DivClassName
{
background-color: #FC6E30;
}
.BgClassName
{
background-color: #FC6E30;
}
</style>
border-color css
<style>
span { border-color: #FC6E30; }
span { border-color: rgb(252,110,48); }
td.TdClassName
{
border-color: #FC6E30;
}
.TagClassName
{
border-color: #FC6E30;
}
</style>