Shades of Tomato #FC6F4A
Tints of Tomato #FC6F4A
RGB
CMYK
RGB Variations
Color information
#FC6F4A (or 0xFC6F4A) is known color: Tomato. HEX triplet: FC, 6F and 4A. RGB value is (252,111,74). Sum of RGB (Red+Green+Blue) = 252+111+74=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F4A is #0390B5. Grayscale: #959595. Windows color (decimal): -233654 or 4878332. OLE color: 4878332.
HSL color Cylindrical-coordinate representation of color #FC6F4A: hue angle of 12.47º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC6F4A is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 74 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.01 |
| HSL | 12.47º | 0.97% | 0.64% | - |
| HSV(B) | 12.47º | 0.71% | 0.99% | - |
| XYZ | 47.07 | 32.56 | 10.28 | - |
| YUV | 148.94 | 85.71 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 74 | 0 | 0.56 | 0.71 | 0.01 | 12.47 | 0.97 | 0.64 |
| Hex | FC | 6F | 4A | 0 | 38 | 47 | 1 | C | 61 | 40 |
| Octal | 374 | 157 | 112 | 0 | 70 | 107 | 1 | 14 | 141 | 100 |
| Binary | 11111100 | 1101111 | 1001010 | 0 | 111000 | 1000111 | 1 | 1100 | 1100001 | 1000000 |
Color Harmonies of #FC6F4A
Complementary color
Monochromatic Colors of #FC6F4A
Black with #FC6F4A
Text Example
Text Example
White with #FC6F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6F4A; }
p { color: rgb(252,111,74); }
H1.HeaderClassName
{
color: #FC6F4A;
}
.AnyTagClassName
{
color: #FC6F4A;
}
</style>
background-color css
<style>
a { background-color: #FC6F4A; }
a { background-color: rgb(252,111,74); }
div.DivClassName
{
background-color: #FC6F4A;
}
.BgClassName
{
background-color: #FC6F4A;
}
</style>
border-color css
<style>
span { border-color: #FC6F4A; }
span { border-color: rgb(252,111,74); }
td.TdClassName
{
border-color: #FC6F4A;
}
.TagClassName
{
border-color: #FC6F4A;
}
</style>