Shades of Sunset Orange #FC5353
Tints of Sunset Orange #FC5353
RGB
CMYK
RGB Variations
Color information
#FC5353 (or 0xFC5353) is known color: Sunset Orange. HEX triplet: FC, 53 and 53. RGB value is (252,83,83). Sum of RGB (Red+Green+Blue) = 252+83+83=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5353 is #03ACAC. Grayscale: #858585. Windows color (decimal): -240813 or 5460988. OLE color: 5460988.
HSL color Cylindrical-coordinate representation of color #FC5353: hue angle of 0º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5353 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 83 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.01 |
| HSL | 0º | 0.97% | 0.66% | - |
| HSV(B) | 0º | 0.67% | 0.99% | - |
| XYZ | 44.8 | 27.51 | 11.13 | - |
| YUV | 133.53 | 99.49 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 83 | 0 | 0.67 | 0.67 | 0.01 | 0 | 0.97 | 0.66 |
| Hex | FC | 53 | 53 | 0 | 43 | 43 | 1 | 0 | 61 | 42 |
| Octal | 374 | 123 | 123 | 0 | 103 | 103 | 1 | 0 | 141 | 102 |
| Binary | 11111100 | 1010011 | 1010011 | 0 | 1000011 | 1000011 | 1 | 0 | 1100001 | 1000010 |
Color Harmonies of #FC5353
Complementary color
Monochromatic Colors of #FC5353
Black with #FC5353
Text Example
Text Example
White with #FC5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5353; }
p { color: rgb(252,83,83); }
H1.HeaderClassName
{
color: #FC5353;
}
.AnyTagClassName
{
color: #FC5353;
}
</style>
background-color css
<style>
a { background-color: #FC5353; }
a { background-color: rgb(252,83,83); }
div.DivClassName
{
background-color: #FC5353;
}
.BgClassName
{
background-color: #FC5353;
}
</style>
border-color css
<style>
span { border-color: #FC5353; }
span { border-color: rgb(252,83,83); }
td.TdClassName
{
border-color: #FC5353;
}
.TagClassName
{
border-color: #FC5353;
}
</style>