Shades of Tomato #FE714A
Tints of Tomato #FE714A
RGB
CMYK
RGB Variations
Color information
#FE714A (or 0xFE714A) is known color: Tomato. HEX triplet: FE, 71 and 4A. RGB value is (254,113,74). Sum of RGB (Red+Green+Blue) = 254+113+74=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE714A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE714A is #018EB5. Grayscale: #979797. Windows color (decimal): -102070 or 4878846. OLE color: 4878846.
HSL color Cylindrical-coordinate representation of color #FE714A: hue angle of 13º 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 #FE714A is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 74 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.00 |
| HSL | 13º | 0.99% | 0.64% | - |
| HSV(B) | 13º | 0.71% | 1% | - |
| XYZ | 48.01 | 33.38 | 10.39 | - |
| YUV | 150.71 | 84.71 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 74 | 0 | 0.56 | 0.71 | 0.00 | 13 | 0.99 | 0.64 |
| Hex | FE | 71 | 4A | 0 | 38 | 47 | 0 | D | 63 | 40 |
| Octal | 376 | 161 | 112 | 0 | 70 | 107 | 0 | 15 | 143 | 100 |
| Binary | 11111110 | 1110001 | 1001010 | 0 | 111000 | 1000111 | 0 | 1101 | 1100011 | 1000000 |
Color Harmonies of #FE714A
Complementary color
Monochromatic Colors of #FE714A
Black with #FE714A
Text Example
Text Example
White with #FE714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE714A; }
p { color: rgb(254,113,74); }
H1.HeaderClassName
{
color: #FE714A;
}
.AnyTagClassName
{
color: #FE714A;
}
</style>
background-color css
<style>
a { background-color: #FE714A; }
a { background-color: rgb(254,113,74); }
div.DivClassName
{
background-color: #FE714A;
}
.BgClassName
{
background-color: #FE714A;
}
</style>
border-color css
<style>
span { border-color: #FE714A; }
span { border-color: rgb(254,113,74); }
td.TdClassName
{
border-color: #FE714A;
}
.TagClassName
{
border-color: #FE714A;
}
</style>