Shades of Tomato #FC694B
Tints of Tomato #FC694B
RGB
CMYK
RGB Variations
Color information
#FC694B (or 0xFC694B) is known color: Tomato. HEX triplet: FC, 69 and 4B. RGB value is (252,105,75). Sum of RGB (Red+Green+Blue) = 252+105+75=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC694B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC694B is #0396B4. Grayscale: #919191. Windows color (decimal): -235189 or 4942332. OLE color: 4942332.
HSL color Cylindrical-coordinate representation of color #FC694B: hue angle of 10.17º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC694B is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 75 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.01 |
| HSL | 10.17º | 0.97% | 0.64% | - |
| HSV(B) | 10.17º | 0.7% | 0.99% | - |
| XYZ | 46.47 | 31.31 | 10.25 | - |
| YUV | 145.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 75 | 0 | 0.58 | 0.70 | 0.01 | 10.17 | 0.97 | 0.64 |
| Hex | FC | 69 | 4B | 0 | 3A | 46 | 1 | A | 61 | 40 |
| Octal | 374 | 151 | 113 | 0 | 72 | 106 | 1 | 12 | 141 | 100 |
| Binary | 11111100 | 1101001 | 1001011 | 0 | 111010 | 1000110 | 1 | 1010 | 1100001 | 1000000 |
Color Harmonies of #FC694B
Complementary color
Monochromatic Colors of #FC694B
Black with #FC694B
Text Example
Text Example
White with #FC694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC694B; }
p { color: rgb(252,105,75); }
H1.HeaderClassName
{
color: #FC694B;
}
.AnyTagClassName
{
color: #FC694B;
}
</style>
background-color css
<style>
a { background-color: #FC694B; }
a { background-color: rgb(252,105,75); }
div.DivClassName
{
background-color: #FC694B;
}
.BgClassName
{
background-color: #FC694B;
}
</style>
border-color css
<style>
span { border-color: #FC694B; }
span { border-color: rgb(252,105,75); }
td.TdClassName
{
border-color: #FC694B;
}
.TagClassName
{
border-color: #FC694B;
}
</style>