Shades of Tomato #FC5A54
Tints of Tomato #FC5A54
RGB
CMYK
RGB Variations
Color information
#FC5A54 (or 0xFC5A54) is known color: Tomato. HEX triplet: FC, 5A and 54. RGB value is (252,90,84). Sum of RGB (Red+Green+Blue) = 252+90+84=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A54 is #03A5AB. Grayscale: #898989. Windows color (decimal): -239020 or 5528316. OLE color: 5528316.
HSL color Cylindrical-coordinate representation of color #FC5A54: hue angle of 2.14º 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 #FC5A54 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 84 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.01 |
| HSL | 2.14º | 0.97% | 0.66% | - |
| HSV(B) | 2.14º | 0.67% | 0.99% | - |
| XYZ | 45.4 | 28.65 | 11.52 | - |
| YUV | 137.75 | 97.67 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 84 | 0 | 0.64 | 0.67 | 0.01 | 2.14 | 0.97 | 0.66 |
| Hex | FC | 5A | 54 | 0 | 40 | 43 | 1 | 2 | 61 | 42 |
| Octal | 374 | 132 | 124 | 0 | 100 | 103 | 1 | 2 | 141 | 102 |
| Binary | 11111100 | 1011010 | 1010100 | 0 | 1000000 | 1000011 | 1 | 10 | 1100001 | 1000010 |
Color Harmonies of #FC5A54
Complementary color
Monochromatic Colors of #FC5A54
Black with #FC5A54
Text Example
Text Example
White with #FC5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A54; }
p { color: rgb(252,90,84); }
H1.HeaderClassName
{
color: #FC5A54;
}
.AnyTagClassName
{
color: #FC5A54;
}
</style>
background-color css
<style>
a { background-color: #FC5A54; }
a { background-color: rgb(252,90,84); }
div.DivClassName
{
background-color: #FC5A54;
}
.BgClassName
{
background-color: #FC5A54;
}
</style>
border-color css
<style>
span { border-color: #FC5A54; }
span { border-color: rgb(252,90,84); }
td.TdClassName
{
border-color: #FC5A54;
}
.TagClassName
{
border-color: #FC5A54;
}
</style>