Shades of Tomato #FC694A
Tints of Tomato #FC694A
RGB
CMYK
RGB Variations
Color information
#FC694A (or 0xFC694A) is known color: Tomato. HEX triplet: FC, 69 and 4A. RGB value is (252,105,74). Sum of RGB (Red+Green+Blue) = 252+105+74=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC694A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC694A is #0396B5. Grayscale: #919191. Windows color (decimal): -235190 or 4876796. OLE color: 4876796.
HSL color Cylindrical-coordinate representation of color #FC694A: hue angle of 10.45º 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 #FC694A is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 74 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.01 |
| HSL | 10.45º | 0.97% | 0.64% | - |
| HSV(B) | 10.45º | 0.71% | 0.99% | - |
| XYZ | 46.43 | 31.29 | 10.07 | - |
| YUV | 145.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 74 | 0 | 0.58 | 0.71 | 0.01 | 10.45 | 0.97 | 0.64 |
| Hex | FC | 69 | 4A | 0 | 3A | 47 | 1 | A | 61 | 40 |
| Octal | 374 | 151 | 112 | 0 | 72 | 107 | 1 | 12 | 141 | 100 |
| Binary | 11111100 | 1101001 | 1001010 | 0 | 111010 | 1000111 | 1 | 1010 | 1100001 | 1000000 |
Color Harmonies of #FC694A
Complementary color
Monochromatic Colors of #FC694A
Black with #FC694A
Text Example
Text Example
White with #FC694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC694A; }
p { color: rgb(252,105,74); }
H1.HeaderClassName
{
color: #FC694A;
}
.AnyTagClassName
{
color: #FC694A;
}
</style>
background-color css
<style>
a { background-color: #FC694A; }
a { background-color: rgb(252,105,74); }
div.DivClassName
{
background-color: #FC694A;
}
.BgClassName
{
background-color: #FC694A;
}
</style>
border-color css
<style>
span { border-color: #FC694A; }
span { border-color: rgb(252,105,74); }
td.TdClassName
{
border-color: #FC694A;
}
.TagClassName
{
border-color: #FC694A;
}
</style>