Shades of Sunset Orange #FC523C
Tints of Sunset Orange #FC523C
RGB
CMYK
RGB Variations
Color information
#FC523C (or 0xFC523C) is known color: Sunset Orange. HEX triplet: FC, 52 and 3C. RGB value is (252,82,60). Sum of RGB (Red+Green+Blue) = 252+82+60=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC523C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC523C is #03ADC3. Grayscale: #828282. Windows color (decimal): -241092 or 3953404. OLE color: 3953404.
HSL color Cylindrical-coordinate representation of color #FC523C: hue angle of 6.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC523C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 60 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.01 |
| HSL | 6.88º | 0.97% | 0.61% | - |
| HSV(B) | 6.88º | 0.76% | 0.99% | - |
| XYZ | 43.98 | 27.06 | 7.18 | - |
| YUV | 130.32 | 88.32 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 60 | 0 | 0.67 | 0.76 | 0.01 | 6.88 | 0.97 | 0.61 |
| Hex | FC | 52 | 3C | 0 | 43 | 4C | 1 | 7 | 61 | 3D |
| Octal | 374 | 122 | 74 | 0 | 103 | 114 | 1 | 7 | 141 | 75 |
| Binary | 11111100 | 1010010 | 111100 | 0 | 1000011 | 1001100 | 1 | 111 | 1100001 | 111101 |
Color Harmonies of #FC523C
Complementary color
Monochromatic Colors of #FC523C
Black with #FC523C
Text Example
Text Example
White with #FC523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC523C; }
p { color: rgb(252,82,60); }
H1.HeaderClassName
{
color: #FC523C;
}
.AnyTagClassName
{
color: #FC523C;
}
</style>
background-color css
<style>
a { background-color: #FC523C; }
a { background-color: rgb(252,82,60); }
div.DivClassName
{
background-color: #FC523C;
}
.BgClassName
{
background-color: #FC523C;
}
</style>
border-color css
<style>
span { border-color: #FC523C; }
span { border-color: rgb(252,82,60); }
td.TdClassName
{
border-color: #FC523C;
}
.TagClassName
{
border-color: #FC523C;
}
</style>