Shades of Sunset Orange #FC513C
Tints of Sunset Orange #FC513C
RGB
CMYK
RGB Variations
Color information
#FC513C (or 0xFC513C) is known color: Sunset Orange. HEX triplet: FC, 51 and 3C. RGB value is (252,81,60). Sum of RGB (Red+Green+Blue) = 252+81+60=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC513C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC513C is #03AEC3. Grayscale: #818181. Windows color (decimal): -241348 or 3953148. OLE color: 3953148.
HSL color Cylindrical-coordinate representation of color #FC513C: hue angle of 6.56º 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 #FC513C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 60 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.01 |
| HSL | 6.56º | 0.97% | 0.61% | - |
| HSV(B) | 6.56º | 0.76% | 0.99% | - |
| XYZ | 43.9 | 26.91 | 7.15 | - |
| YUV | 129.74 | 88.65 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 60 | 0 | 0.68 | 0.76 | 0.01 | 6.56 | 0.97 | 0.61 |
| Hex | FC | 51 | 3C | 0 | 44 | 4C | 1 | 7 | 61 | 3D |
| Octal | 374 | 121 | 74 | 0 | 104 | 114 | 1 | 7 | 141 | 75 |
| Binary | 11111100 | 1010001 | 111100 | 0 | 1000100 | 1001100 | 1 | 111 | 1100001 | 111101 |
Color Harmonies of #FC513C
Complementary color
Monochromatic Colors of #FC513C
Black with #FC513C
Text Example
Text Example
White with #FC513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC513C; }
p { color: rgb(252,81,60); }
H1.HeaderClassName
{
color: #FC513C;
}
.AnyTagClassName
{
color: #FC513C;
}
</style>
background-color css
<style>
a { background-color: #FC513C; }
a { background-color: rgb(252,81,60); }
div.DivClassName
{
background-color: #FC513C;
}
.BgClassName
{
background-color: #FC513C;
}
</style>
border-color css
<style>
span { border-color: #FC513C; }
span { border-color: rgb(252,81,60); }
td.TdClassName
{
border-color: #FC513C;
}
.TagClassName
{
border-color: #FC513C;
}
</style>