Shades of Sunset Orange #FC524C
Tints of Sunset Orange #FC524C
RGB
CMYK
RGB Variations
Color information
#FC524C (or 0xFC524C) is known color: Sunset Orange. HEX triplet: FC, 52 and 4C. RGB value is (252,82,76). Sum of RGB (Red+Green+Blue) = 252+82+76=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC524C is #03ADB3. Grayscale: #848484. Windows color (decimal): -241076 or 5001980. OLE color: 5001980.
HSL color Cylindrical-coordinate representation of color #FC524C: hue angle of 2.05º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC524C is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 76 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.01 |
| HSL | 2.05º | 0.97% | 0.64% | - |
| HSV(B) | 2.05º | 0.7% | 0.99% | - |
| XYZ | 44.47 | 27.25 | 9.75 | - |
| YUV | 132.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 76 | 0 | 0.67 | 0.70 | 0.01 | 2.05 | 0.97 | 0.64 |
| Hex | FC | 52 | 4C | 0 | 43 | 46 | 1 | 2 | 61 | 40 |
| Octal | 374 | 122 | 114 | 0 | 103 | 106 | 1 | 2 | 141 | 100 |
| Binary | 11111100 | 1010010 | 1001100 | 0 | 1000011 | 1000110 | 1 | 10 | 1100001 | 1000000 |
Color Harmonies of #FC524C
Complementary color
Monochromatic Colors of #FC524C
Black with #FC524C
Text Example
Text Example
White with #FC524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC524C; }
p { color: rgb(252,82,76); }
H1.HeaderClassName
{
color: #FC524C;
}
.AnyTagClassName
{
color: #FC524C;
}
</style>
background-color css
<style>
a { background-color: #FC524C; }
a { background-color: rgb(252,82,76); }
div.DivClassName
{
background-color: #FC524C;
}
.BgClassName
{
background-color: #FC524C;
}
</style>
border-color css
<style>
span { border-color: #FC524C; }
span { border-color: rgb(252,82,76); }
td.TdClassName
{
border-color: #FC524C;
}
.TagClassName
{
border-color: #FC524C;
}
</style>