Shades of Sunset Orange #FC524D
Tints of Sunset Orange #FC524D
RGB
CMYK
RGB Variations
Color information
#FC524D (or 0xFC524D) is known color: Sunset Orange. HEX triplet: FC, 52 and 4D. RGB value is (252,82,77). Sum of RGB (Red+Green+Blue) = 252+82+77=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC524D is #03ADB2. Grayscale: #848484. Windows color (decimal): -241075 or 5067516. OLE color: 5067516.
HSL color Cylindrical-coordinate representation of color #FC524D: hue angle of 1.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC524D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 77 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.01 |
| HSL | 1.71º | 0.97% | 0.65% | - |
| HSV(B) | 1.71º | 0.69% | 0.99% | - |
| XYZ | 44.5 | 27.27 | 9.94 | - |
| YUV | 132.26 | 96.82 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 77 | 0 | 0.67 | 0.69 | 0.01 | 1.71 | 0.97 | 0.65 |
| Hex | FC | 52 | 4D | 0 | 43 | 45 | 1 | 2 | 61 | 41 |
| Octal | 374 | 122 | 115 | 0 | 103 | 105 | 1 | 2 | 141 | 101 |
| Binary | 11111100 | 1010010 | 1001101 | 0 | 1000011 | 1000101 | 1 | 10 | 1100001 | 1000001 |
Color Harmonies of #FC524D
Complementary color
Monochromatic Colors of #FC524D
Black with #FC524D
Text Example
Text Example
White with #FC524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC524D; }
p { color: rgb(252,82,77); }
H1.HeaderClassName
{
color: #FC524D;
}
.AnyTagClassName
{
color: #FC524D;
}
</style>
background-color css
<style>
a { background-color: #FC524D; }
a { background-color: rgb(252,82,77); }
div.DivClassName
{
background-color: #FC524D;
}
.BgClassName
{
background-color: #FC524D;
}
</style>
border-color css
<style>
span { border-color: #FC524D; }
span { border-color: rgb(252,82,77); }
td.TdClassName
{
border-color: #FC524D;
}
.TagClassName
{
border-color: #FC524D;
}
</style>