Shades of Tomato #FB6053
Tints of Tomato #FB6053
RGB
CMYK
RGB Variations
Color information
#FB6053 (or 0xFB6053) is known color: Tomato. HEX triplet: FB, 60 and 53. RGB value is (251,96,83). Sum of RGB (Red+Green+Blue) = 251+96+83=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6053 is #049FAC. Grayscale: #8D8D8D. Windows color (decimal): -303021 or 5464315. OLE color: 5464315.
HSL color Cylindrical-coordinate representation of color #FB6053: hue angle of 4.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB6053 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 83 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.02 |
| HSL | 4.64º | 0.95% | 0.65% | - |
| HSV(B) | 4.64º | 0.67% | 0.98% | - |
| XYZ | 45.53 | 29.5 | 11.48 | - |
| YUV | 140.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 83 | 0 | 0.62 | 0.67 | 0.02 | 4.64 | 0.95 | 0.65 |
| Hex | FB | 60 | 53 | 0 | 3E | 43 | 2 | 5 | 5F | 41 |
| Octal | 373 | 140 | 123 | 0 | 76 | 103 | 2 | 5 | 137 | 101 |
| Binary | 11111011 | 1100000 | 1010011 | 0 | 111110 | 1000011 | 10 | 101 | 1011111 | 1000001 |
Color Harmonies of #FB6053
Complementary color
Monochromatic Colors of #FB6053
Black with #FB6053
Text Example
Text Example
White with #FB6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6053; }
p { color: rgb(251,96,83); }
H1.HeaderClassName
{
color: #FB6053;
}
.AnyTagClassName
{
color: #FB6053;
}
</style>
background-color css
<style>
a { background-color: #FB6053; }
a { background-color: rgb(251,96,83); }
div.DivClassName
{
background-color: #FB6053;
}
.BgClassName
{
background-color: #FB6053;
}
</style>
border-color css
<style>
span { border-color: #FB6053; }
span { border-color: rgb(251,96,83); }
td.TdClassName
{
border-color: #FB6053;
}
.TagClassName
{
border-color: #FB6053;
}
</style>