Shades of Tomato #FC614D
Tints of Tomato #FC614D
RGB
CMYK
RGB Variations
Color information
#FC614D (or 0xFC614D) is known color: Tomato. HEX triplet: FC, 61 and 4D. RGB value is (252,97,77). Sum of RGB (Red+Green+Blue) = 252+97+77=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC614D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC614D is #039EB2. Grayscale: #8D8D8D. Windows color (decimal): -237235 or 5071356. OLE color: 5071356.
HSL color Cylindrical-coordinate representation of color #FC614D: hue angle of 6.86º 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 #FC614D is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 77 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.01 |
| HSL | 6.86º | 0.97% | 0.65% | - |
| HSV(B) | 6.86º | 0.69% | 0.99% | - |
| XYZ | 45.76 | 29.78 | 10.36 | - |
| YUV | 141.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 77 | 0 | 0.62 | 0.69 | 0.01 | 6.86 | 0.97 | 0.65 |
| Hex | FC | 61 | 4D | 0 | 3E | 45 | 1 | 7 | 61 | 41 |
| Octal | 374 | 141 | 115 | 0 | 76 | 105 | 1 | 7 | 141 | 101 |
| Binary | 11111100 | 1100001 | 1001101 | 0 | 111110 | 1000101 | 1 | 111 | 1100001 | 1000001 |
Color Harmonies of #FC614D
Complementary color
Monochromatic Colors of #FC614D
Black with #FC614D
Text Example
Text Example
White with #FC614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC614D; }
p { color: rgb(252,97,77); }
H1.HeaderClassName
{
color: #FC614D;
}
.AnyTagClassName
{
color: #FC614D;
}
</style>
background-color css
<style>
a { background-color: #FC614D; }
a { background-color: rgb(252,97,77); }
div.DivClassName
{
background-color: #FC614D;
}
.BgClassName
{
background-color: #FC614D;
}
</style>
border-color css
<style>
span { border-color: #FC614D; }
span { border-color: rgb(252,97,77); }
td.TdClassName
{
border-color: #FC614D;
}
.TagClassName
{
border-color: #FC614D;
}
</style>