Shades of Sunset Orange #FC554E
Tints of Sunset Orange #FC554E
RGB
CMYK
RGB Variations
Color information
#FC554E (or 0xFC554E) is known color: Sunset Orange. HEX triplet: FC, 55 and 4E. RGB value is (252,85,78). Sum of RGB (Red+Green+Blue) = 252+85+78=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC554E is #03AAB1. Grayscale: #868686. Windows color (decimal): -240306 or 5133820. OLE color: 5133820.
HSL color Cylindrical-coordinate representation of color #FC554E: hue angle of 2.41º 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 #FC554E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 78 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.01 |
| HSL | 2.41º | 0.97% | 0.65% | - |
| HSV(B) | 2.41º | 0.69% | 0.99% | - |
| XYZ | 44.77 | 27.74 | 10.2 | - |
| YUV | 134.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 78 | 0 | 0.66 | 0.69 | 0.01 | 2.41 | 0.97 | 0.65 |
| Hex | FC | 55 | 4E | 0 | 42 | 45 | 1 | 2 | 61 | 41 |
| Octal | 374 | 125 | 116 | 0 | 102 | 105 | 1 | 2 | 141 | 101 |
| Binary | 11111100 | 1010101 | 1001110 | 0 | 1000010 | 1000101 | 1 | 10 | 1100001 | 1000001 |
Color Harmonies of #FC554E
Complementary color
Monochromatic Colors of #FC554E
Black with #FC554E
Text Example
Text Example
White with #FC554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC554E; }
p { color: rgb(252,85,78); }
H1.HeaderClassName
{
color: #FC554E;
}
.AnyTagClassName
{
color: #FC554E;
}
</style>
background-color css
<style>
a { background-color: #FC554E; }
a { background-color: rgb(252,85,78); }
div.DivClassName
{
background-color: #FC554E;
}
.BgClassName
{
background-color: #FC554E;
}
</style>
border-color css
<style>
span { border-color: #FC554E; }
span { border-color: rgb(252,85,78); }
td.TdClassName
{
border-color: #FC554E;
}
.TagClassName
{
border-color: #FC554E;
}
</style>