Shades of Tomato #FE714B
Tints of Tomato #FE714B
RGB
CMYK
RGB Variations
Color information
#FE714B (or 0xFE714B) is known color: Tomato. HEX triplet: FE, 71 and 4B. RGB value is (254,113,75). Sum of RGB (Red+Green+Blue) = 254+113+75=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE714B is #018EB4. Grayscale: #979797. Windows color (decimal): -102069 or 4944382. OLE color: 4944382.
HSL color Cylindrical-coordinate representation of color #FE714B: hue angle of 12.74º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE714B is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 75 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.00 |
| HSL | 12.74º | 0.99% | 0.65% | - |
| HSV(B) | 12.74º | 0.7% | 1% | - |
| XYZ | 48.05 | 33.39 | 10.57 | - |
| YUV | 150.83 | 85.21 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 75 | 0 | 0.56 | 0.70 | 0.00 | 12.74 | 0.99 | 0.65 |
| Hex | FE | 71 | 4B | 0 | 38 | 46 | 0 | D | 63 | 41 |
| Octal | 376 | 161 | 113 | 0 | 70 | 106 | 0 | 15 | 143 | 101 |
| Binary | 11111110 | 1110001 | 1001011 | 0 | 111000 | 1000110 | 0 | 1101 | 1100011 | 1000001 |
Color Harmonies of #FE714B
Complementary color
Monochromatic Colors of #FE714B
Black with #FE714B
Text Example
Text Example
White with #FE714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE714B; }
p { color: rgb(254,113,75); }
H1.HeaderClassName
{
color: #FE714B;
}
.AnyTagClassName
{
color: #FE714B;
}
</style>
background-color css
<style>
a { background-color: #FE714B; }
a { background-color: rgb(254,113,75); }
div.DivClassName
{
background-color: #FE714B;
}
.BgClassName
{
background-color: #FE714B;
}
</style>
border-color css
<style>
span { border-color: #FE714B; }
span { border-color: rgb(254,113,75); }
td.TdClassName
{
border-color: #FE714B;
}
.TagClassName
{
border-color: #FE714B;
}
</style>