Shades of Tomato #FD704D
Tints of Tomato #FD704D
RGB
CMYK
RGB Variations
Color information
#FD704D (or 0xFD704D) is known color: Tomato. HEX triplet: FD, 70 and 4D. RGB value is (253,112,77). Sum of RGB (Red+Green+Blue) = 253+112+77=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD704D is #028FB2. Grayscale: #969696. Windows color (decimal): -167859 or 5075197. OLE color: 5075197.
HSL color Cylindrical-coordinate representation of color #FD704D: hue angle of 11.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD704D is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 77 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.01 |
| HSL | 11.93º | 0.98% | 0.65% | - |
| HSV(B) | 11.93º | 0.7% | 0.99% | - |
| XYZ | 47.64 | 33.01 | 10.88 | - |
| YUV | 150.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 77 | 0 | 0.56 | 0.70 | 0.01 | 11.93 | 0.98 | 0.65 |
| Hex | FD | 70 | 4D | 0 | 38 | 46 | 1 | C | 62 | 41 |
| Octal | 375 | 160 | 115 | 0 | 70 | 106 | 1 | 14 | 142 | 101 |
| Binary | 11111101 | 1110000 | 1001101 | 0 | 111000 | 1000110 | 1 | 1100 | 1100010 | 1000001 |
Color Harmonies of #FD704D
Complementary color
Monochromatic Colors of #FD704D
Black with #FD704D
Text Example
Text Example
White with #FD704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD704D; }
p { color: rgb(253,112,77); }
H1.HeaderClassName
{
color: #FD704D;
}
.AnyTagClassName
{
color: #FD704D;
}
</style>
background-color css
<style>
a { background-color: #FD704D; }
a { background-color: rgb(253,112,77); }
div.DivClassName
{
background-color: #FD704D;
}
.BgClassName
{
background-color: #FD704D;
}
</style>
border-color css
<style>
span { border-color: #FD704D; }
span { border-color: rgb(253,112,77); }
td.TdClassName
{
border-color: #FD704D;
}
.TagClassName
{
border-color: #FD704D;
}
</style>