Shades of Tomato #FB6047
Tints of Tomato #FB6047
RGB
CMYK
RGB Variations
Color information
#FB6047 (or 0xFB6047) is known color: Tomato. HEX triplet: FB, 60 and 47. RGB value is (251,96,71). Sum of RGB (Red+Green+Blue) = 251+96+71=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6047 is #049FB8. Grayscale: #8B8B8B. Windows color (decimal): -303033 or 4677883. OLE color: 4677883.
HSL color Cylindrical-coordinate representation of color #FB6047: hue angle of 8.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB6047 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 71 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.02 |
| HSL | 8.33º | 0.96% | 0.63% | - |
| HSV(B) | 8.33º | 0.72% | 0.98% | - |
| XYZ | 45.1 | 29.33 | 9.25 | - |
| YUV | 139.5 | 89.35 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 71 | 0 | 0.62 | 0.72 | 0.02 | 8.33 | 0.96 | 0.63 |
| Hex | FB | 60 | 47 | 0 | 3E | 48 | 2 | 8 | 60 | 3F |
| Octal | 373 | 140 | 107 | 0 | 76 | 110 | 2 | 10 | 140 | 77 |
| Binary | 11111011 | 1100000 | 1000111 | 0 | 111110 | 1001000 | 10 | 1000 | 1100000 | 111111 |
Color Harmonies of #FB6047
Complementary color
Monochromatic Colors of #FB6047
Black with #FB6047
Text Example
Text Example
White with #FB6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6047; }
p { color: rgb(251,96,71); }
H1.HeaderClassName
{
color: #FB6047;
}
.AnyTagClassName
{
color: #FB6047;
}
</style>
background-color css
<style>
a { background-color: #FB6047; }
a { background-color: rgb(251,96,71); }
div.DivClassName
{
background-color: #FB6047;
}
.BgClassName
{
background-color: #FB6047;
}
</style>
border-color css
<style>
span { border-color: #FB6047; }
span { border-color: rgb(251,96,71); }
td.TdClassName
{
border-color: #FB6047;
}
.TagClassName
{
border-color: #FB6047;
}
</style>