Shades of Tomato #FB714A
Tints of Tomato #FB714A
RGB
CMYK
RGB Variations
Color information
#FB714A (or 0xFB714A) is known color: Tomato. HEX triplet: FB, 71 and 4A. RGB value is (251,113,74). Sum of RGB (Red+Green+Blue) = 251+113+74=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB714A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB714A is #048EB5. Grayscale: #969696. Windows color (decimal): -298678 or 4878843. OLE color: 4878843.
HSL color Cylindrical-coordinate representation of color #FB714A: hue angle of 13.22º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB714A is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 74 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.02 |
| HSL | 13.22º | 0.96% | 0.64% | - |
| HSV(B) | 13.22º | 0.71% | 0.98% | - |
| XYZ | 46.92 | 32.81 | 10.34 | - |
| YUV | 149.82 | 85.22 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 74 | 0 | 0.55 | 0.71 | 0.02 | 13.22 | 0.96 | 0.64 |
| Hex | FB | 71 | 4A | 0 | 37 | 47 | 2 | D | 60 | 40 |
| Octal | 373 | 161 | 112 | 0 | 67 | 107 | 2 | 15 | 140 | 100 |
| Binary | 11111011 | 1110001 | 1001010 | 0 | 110111 | 1000111 | 10 | 1101 | 1100000 | 1000000 |
Color Harmonies of #FB714A
Complementary color
Monochromatic Colors of #FB714A
Black with #FB714A
Text Example
Text Example
White with #FB714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB714A; }
p { color: rgb(251,113,74); }
H1.HeaderClassName
{
color: #FB714A;
}
.AnyTagClassName
{
color: #FB714A;
}
</style>
background-color css
<style>
a { background-color: #FB714A; }
a { background-color: rgb(251,113,74); }
div.DivClassName
{
background-color: #FB714A;
}
.BgClassName
{
background-color: #FB714A;
}
</style>
border-color css
<style>
span { border-color: #FB714A; }
span { border-color: rgb(251,113,74); }
td.TdClassName
{
border-color: #FB714A;
}
.TagClassName
{
border-color: #FB714A;
}
</style>