Shades of Tomato #FE694A
Tints of Tomato #FE694A
RGB
CMYK
RGB Variations
Color information
#FE694A (or 0xFE694A) is known color: Tomato. HEX triplet: FE, 69 and 4A. RGB value is (254,105,74). Sum of RGB (Red+Green+Blue) = 254+105+74=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE694A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE694A is #0196B5. Grayscale: #929292. Windows color (decimal): -104118 or 4876798. OLE color: 4876798.
HSL color Cylindrical-coordinate representation of color #FE694A: hue angle of 10.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE694A is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 74 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.00 |
| HSL | 10.33º | 0.99% | 0.64% | - |
| HSV(B) | 10.33º | 0.71% | 1% | - |
| XYZ | 47.16 | 31.67 | 10.11 | - |
| YUV | 146.02 | 87.36 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 74 | 0 | 0.59 | 0.71 | 0.00 | 10.33 | 0.99 | 0.64 |
| Hex | FE | 69 | 4A | 0 | 3B | 47 | 0 | A | 63 | 40 |
| Octal | 376 | 151 | 112 | 0 | 73 | 107 | 0 | 12 | 143 | 100 |
| Binary | 11111110 | 1101001 | 1001010 | 0 | 111011 | 1000111 | 0 | 1010 | 1100011 | 1000000 |
Color Harmonies of #FE694A
Complementary color
Monochromatic Colors of #FE694A
Black with #FE694A
Text Example
Text Example
White with #FE694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE694A; }
p { color: rgb(254,105,74); }
H1.HeaderClassName
{
color: #FE694A;
}
.AnyTagClassName
{
color: #FE694A;
}
</style>
background-color css
<style>
a { background-color: #FE694A; }
a { background-color: rgb(254,105,74); }
div.DivClassName
{
background-color: #FE694A;
}
.BgClassName
{
background-color: #FE694A;
}
</style>
border-color css
<style>
span { border-color: #FE694A; }
span { border-color: rgb(254,105,74); }
td.TdClassName
{
border-color: #FE694A;
}
.TagClassName
{
border-color: #FE694A;
}
</style>