Shades of Sunset Orange #FC564D
Tints of Sunset Orange #FC564D
RGB
CMYK
RGB Variations
Color information
#FC564D (or 0xFC564D) is known color: Sunset Orange. HEX triplet: FC, 56 and 4D. RGB value is (252,86,77). Sum of RGB (Red+Green+Blue) = 252+86+77=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC564D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC564D is #03A9B2. Grayscale: #868686. Windows color (decimal): -240051 or 5068540. OLE color: 5068540.
HSL color Cylindrical-coordinate representation of color #FC564D: hue angle of 3.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC564D is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 77 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.01 |
| HSL | 3.09º | 0.97% | 0.65% | - |
| HSV(B) | 3.09º | 0.69% | 0.99% | - |
| XYZ | 44.81 | 27.89 | 10.04 | - |
| YUV | 134.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 77 | 0 | 0.66 | 0.69 | 0.01 | 3.09 | 0.97 | 0.65 |
| Hex | FC | 56 | 4D | 0 | 42 | 45 | 1 | 3 | 61 | 41 |
| Octal | 374 | 126 | 115 | 0 | 102 | 105 | 1 | 3 | 141 | 101 |
| Binary | 11111100 | 1010110 | 1001101 | 0 | 1000010 | 1000101 | 1 | 11 | 1100001 | 1000001 |
Color Harmonies of #FC564D
Complementary color
Monochromatic Colors of #FC564D
Black with #FC564D
Text Example
Text Example
White with #FC564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC564D; }
p { color: rgb(252,86,77); }
H1.HeaderClassName
{
color: #FC564D;
}
.AnyTagClassName
{
color: #FC564D;
}
</style>
background-color css
<style>
a { background-color: #FC564D; }
a { background-color: rgb(252,86,77); }
div.DivClassName
{
background-color: #FC564D;
}
.BgClassName
{
background-color: #FC564D;
}
</style>
border-color css
<style>
span { border-color: #FC564D; }
span { border-color: rgb(252,86,77); }
td.TdClassName
{
border-color: #FC564D;
}
.TagClassName
{
border-color: #FC564D;
}
</style>