Shades of Sunset Orange #FC4C45
Tints of Sunset Orange #FC4C45
RGB
CMYK
RGB Variations
Color information
#FC4C45 (or 0xFC4C45) is known color: Sunset Orange. HEX triplet: FC, 4C and 45. RGB value is (252,76,69). Sum of RGB (Red+Green+Blue) = 252+76+69=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C45 is #03B3BA. Grayscale: #808080. Windows color (decimal): -242619 or 4541692. OLE color: 4541692.
HSL color Cylindrical-coordinate representation of color #FC4C45: hue angle of 2.3º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4C45 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 69 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.01 |
| HSL | 2.3º | 0.97% | 0.63% | - |
| HSV(B) | 2.3º | 0.73% | 0.99% | - |
| XYZ | 43.8 | 26.29 | 8.4 | - |
| YUV | 127.83 | 94.81 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 69 | 0 | 0.70 | 0.73 | 0.01 | 2.3 | 0.97 | 0.63 |
| Hex | FC | 4C | 45 | 0 | 46 | 49 | 1 | 2 | 61 | 3F |
| Octal | 374 | 114 | 105 | 0 | 106 | 111 | 1 | 2 | 141 | 77 |
| Binary | 11111100 | 1001100 | 1000101 | 0 | 1000110 | 1001001 | 1 | 10 | 1100001 | 111111 |
Color Harmonies of #FC4C45
Complementary color
Monochromatic Colors of #FC4C45
Black with #FC4C45
Text Example
Text Example
White with #FC4C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C45; }
p { color: rgb(252,76,69); }
H1.HeaderClassName
{
color: #FC4C45;
}
.AnyTagClassName
{
color: #FC4C45;
}
</style>
background-color css
<style>
a { background-color: #FC4C45; }
a { background-color: rgb(252,76,69); }
div.DivClassName
{
background-color: #FC4C45;
}
.BgClassName
{
background-color: #FC4C45;
}
</style>
border-color css
<style>
span { border-color: #FC4C45; }
span { border-color: rgb(252,76,69); }
td.TdClassName
{
border-color: #FC4C45;
}
.TagClassName
{
border-color: #FC4C45;
}
</style>