Shades of Sunset Orange #FC5345
Tints of Sunset Orange #FC5345
RGB
CMYK
RGB Variations
Color information
#FC5345 (or 0xFC5345) is known color: Sunset Orange. HEX triplet: FC, 53 and 45. RGB value is (252,83,69). Sum of RGB (Red+Green+Blue) = 252+83+69=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5345 is #03ACBA. Grayscale: #848484. Windows color (decimal): -240827 or 4543484. OLE color: 4543484.
HSL color Cylindrical-coordinate representation of color #FC5345: hue angle of 4.59º 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 #FC5345 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 69 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.01 |
| HSL | 4.59º | 0.97% | 0.63% | - |
| HSV(B) | 4.59º | 0.73% | 0.99% | - |
| XYZ | 44.31 | 27.31 | 8.57 | - |
| YUV | 131.94 | 92.49 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 69 | 0 | 0.67 | 0.73 | 0.01 | 4.59 | 0.97 | 0.63 |
| Hex | FC | 53 | 45 | 0 | 43 | 49 | 1 | 5 | 61 | 3F |
| Octal | 374 | 123 | 105 | 0 | 103 | 111 | 1 | 5 | 141 | 77 |
| Binary | 11111100 | 1010011 | 1000101 | 0 | 1000011 | 1001001 | 1 | 101 | 1100001 | 111111 |
Color Harmonies of #FC5345
Complementary color
Monochromatic Colors of #FC5345
Black with #FC5345
Text Example
Text Example
White with #FC5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5345; }
p { color: rgb(252,83,69); }
H1.HeaderClassName
{
color: #FC5345;
}
.AnyTagClassName
{
color: #FC5345;
}
</style>
background-color css
<style>
a { background-color: #FC5345; }
a { background-color: rgb(252,83,69); }
div.DivClassName
{
background-color: #FC5345;
}
.BgClassName
{
background-color: #FC5345;
}
</style>
border-color css
<style>
span { border-color: #FC5345; }
span { border-color: rgb(252,83,69); }
td.TdClassName
{
border-color: #FC5345;
}
.TagClassName
{
border-color: #FC5345;
}
</style>