Shades of Sunset Orange #FC5145
Tints of Sunset Orange #FC5145
RGB
CMYK
RGB Variations
Color information
#FC5145 (or 0xFC5145) is known color: Sunset Orange. HEX triplet: FC, 51 and 45. RGB value is (252,81,69). Sum of RGB (Red+Green+Blue) = 252+81+69=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5145 is #03AEBA. Grayscale: #828282. Windows color (decimal): -241339 or 4542972. OLE color: 4542972.
HSL color Cylindrical-coordinate representation of color #FC5145: hue angle of 3.93º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC5145 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 69 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.01 |
| HSL | 3.93º | 0.97% | 0.63% | - |
| HSV(B) | 3.93º | 0.73% | 0.99% | - |
| XYZ | 44.16 | 27.01 | 8.52 | - |
| YUV | 130.76 | 93.15 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 69 | 0 | 0.68 | 0.73 | 0.01 | 3.93 | 0.97 | 0.63 |
| Hex | FC | 51 | 45 | 0 | 44 | 49 | 1 | 4 | 61 | 3F |
| Octal | 374 | 121 | 105 | 0 | 104 | 111 | 1 | 4 | 141 | 77 |
| Binary | 11111100 | 1010001 | 1000101 | 0 | 1000100 | 1001001 | 1 | 100 | 1100001 | 111111 |
Color Harmonies of #FC5145
Complementary color
Monochromatic Colors of #FC5145
Black with #FC5145
Text Example
Text Example
White with #FC5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5145; }
p { color: rgb(252,81,69); }
H1.HeaderClassName
{
color: #FC5145;
}
.AnyTagClassName
{
color: #FC5145;
}
</style>
background-color css
<style>
a { background-color: #FC5145; }
a { background-color: rgb(252,81,69); }
div.DivClassName
{
background-color: #FC5145;
}
.BgClassName
{
background-color: #FC5145;
}
</style>
border-color css
<style>
span { border-color: #FC5145; }
span { border-color: rgb(252,81,69); }
td.TdClassName
{
border-color: #FC5145;
}
.TagClassName
{
border-color: #FC5145;
}
</style>