Shades of Sunset Orange #FC4C3A
Tints of Sunset Orange #FC4C3A
RGB
CMYK
RGB Variations
Color information
#FC4C3A (or 0xFC4C3A) is known color: Sunset Orange. HEX triplet: FC, 4C and 3A. RGB value is (252,76,58). Sum of RGB (Red+Green+Blue) = 252+76+58=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C3A is #03B3C5. Grayscale: #7E7E7E. Windows color (decimal): -242630 or 3820796. OLE color: 3820796.
HSL color Cylindrical-coordinate representation of color #FC4C3A: hue angle of 5.57º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC4C3A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 58 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.01 |
| HSL | 5.57º | 0.97% | 0.61% | - |
| HSV(B) | 5.57º | 0.77% | 0.99% | - |
| XYZ | 43.49 | 26.17 | 6.76 | - |
| YUV | 126.57 | 89.31 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 58 | 0 | 0.70 | 0.77 | 0.01 | 5.57 | 0.97 | 0.61 |
| Hex | FC | 4C | 3A | 0 | 46 | 4D | 1 | 6 | 61 | 3D |
| Octal | 374 | 114 | 72 | 0 | 106 | 115 | 1 | 6 | 141 | 75 |
| Binary | 11111100 | 1001100 | 111010 | 0 | 1000110 | 1001101 | 1 | 110 | 1100001 | 111101 |
Color Harmonies of #FC4C3A
Complementary color
Monochromatic Colors of #FC4C3A
Black with #FC4C3A
Text Example
Text Example
White with #FC4C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C3A; }
p { color: rgb(252,76,58); }
H1.HeaderClassName
{
color: #FC4C3A;
}
.AnyTagClassName
{
color: #FC4C3A;
}
</style>
background-color css
<style>
a { background-color: #FC4C3A; }
a { background-color: rgb(252,76,58); }
div.DivClassName
{
background-color: #FC4C3A;
}
.BgClassName
{
background-color: #FC4C3A;
}
</style>
border-color css
<style>
span { border-color: #FC4C3A; }
span { border-color: rgb(252,76,58); }
td.TdClassName
{
border-color: #FC4C3A;
}
.TagClassName
{
border-color: #FC4C3A;
}
</style>