Shades of Tomato #FE614A
Tints of Tomato #FE614A
RGB
CMYK
RGB Variations
Color information
#FE614A (or 0xFE614A) is known color: Tomato. HEX triplet: FE, 61 and 4A. RGB value is (254,97,74). Sum of RGB (Red+Green+Blue) = 254+97+74=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE614A is #019EB5. Grayscale: #8D8D8D. Windows color (decimal): -106166 or 4874750. OLE color: 4874750.
HSL color Cylindrical-coordinate representation of color #FE614A: hue angle of 7.67º 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 #FE614A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 74 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.00 |
| HSL | 7.67º | 0.99% | 0.64% | - |
| HSV(B) | 7.67º | 0.71% | 1% | - |
| XYZ | 46.38 | 30.11 | 9.85 | - |
| YUV | 141.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 74 | 0 | 0.62 | 0.71 | 0.00 | 7.67 | 0.99 | 0.64 |
| Hex | FE | 61 | 4A | 0 | 3E | 47 | 0 | 8 | 63 | 40 |
| Octal | 376 | 141 | 112 | 0 | 76 | 107 | 0 | 10 | 143 | 100 |
| Binary | 11111110 | 1100001 | 1001010 | 0 | 111110 | 1000111 | 0 | 1000 | 1100011 | 1000000 |
Color Harmonies of #FE614A
Complementary color
Monochromatic Colors of #FE614A
Black with #FE614A
Text Example
Text Example
White with #FE614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE614A; }
p { color: rgb(254,97,74); }
H1.HeaderClassName
{
color: #FE614A;
}
.AnyTagClassName
{
color: #FE614A;
}
</style>
background-color css
<style>
a { background-color: #FE614A; }
a { background-color: rgb(254,97,74); }
div.DivClassName
{
background-color: #FE614A;
}
.BgClassName
{
background-color: #FE614A;
}
</style>
border-color css
<style>
span { border-color: #FE614A; }
span { border-color: rgb(254,97,74); }
td.TdClassName
{
border-color: #FE614A;
}
.TagClassName
{
border-color: #FE614A;
}
</style>