Shades of Sunset Orange #FC4C4A
Tints of Sunset Orange #FC4C4A
RGB
CMYK
RGB Variations
Color information
#FC4C4A (or 0xFC4C4A) is known color: Sunset Orange. HEX triplet: FC, 4C and 4A. RGB value is (252,76,74). Sum of RGB (Red+Green+Blue) = 252+76+74=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C4A is #03B3B5. Grayscale: #808080. Windows color (decimal): -242614 or 4869372. OLE color: 4869372.
HSL color Cylindrical-coordinate representation of color #FC4C4A: hue angle of 0.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4C4A is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 74 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.01 |
| HSL | 0.67º | 0.97% | 0.64% | - |
| HSV(B) | 0.67º | 0.71% | 0.99% | - |
| XYZ | 43.97 | 26.36 | 9.25 | - |
| YUV | 128.4 | 97.31 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 74 | 0 | 0.70 | 0.71 | 0.01 | 0.67 | 0.97 | 0.64 |
| Hex | FC | 4C | 4A | 0 | 46 | 47 | 1 | 1 | 61 | 40 |
| Octal | 374 | 114 | 112 | 0 | 106 | 107 | 1 | 1 | 141 | 100 |
| Binary | 11111100 | 1001100 | 1001010 | 0 | 1000110 | 1000111 | 1 | 1 | 1100001 | 1000000 |
Color Harmonies of #FC4C4A
Complementary color
Monochromatic Colors of #FC4C4A
Black with #FC4C4A
Text Example
Text Example
White with #FC4C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C4A; }
p { color: rgb(252,76,74); }
H1.HeaderClassName
{
color: #FC4C4A;
}
.AnyTagClassName
{
color: #FC4C4A;
}
</style>
background-color css
<style>
a { background-color: #FC4C4A; }
a { background-color: rgb(252,76,74); }
div.DivClassName
{
background-color: #FC4C4A;
}
.BgClassName
{
background-color: #FC4C4A;
}
</style>
border-color css
<style>
span { border-color: #FC4C4A; }
span { border-color: rgb(252,76,74); }
td.TdClassName
{
border-color: #FC4C4A;
}
.TagClassName
{
border-color: #FC4C4A;
}
</style>