Shades of Tomato #FD704C
Tints of Tomato #FD704C
RGB
CMYK
RGB Variations
Color information
#FD704C (or 0xFD704C) is known color: Tomato. HEX triplet: FD, 70 and 4C. RGB value is (253,112,76). Sum of RGB (Red+Green+Blue) = 253+112+76=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD704C is #028FB3. Grayscale: #969696. Windows color (decimal): -167860 or 5009661. OLE color: 5009661.
HSL color Cylindrical-coordinate representation of color #FD704C: hue angle of 12.2º 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 #FD704C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 76 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.01 |
| HSL | 12.2º | 0.98% | 0.65% | - |
| HSV(B) | 12.2º | 0.7% | 0.99% | - |
| XYZ | 47.61 | 32.99 | 10.7 | - |
| YUV | 150.06 | 86.21 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 76 | 0 | 0.56 | 0.70 | 0.01 | 12.2 | 0.98 | 0.65 |
| Hex | FD | 70 | 4C | 0 | 38 | 46 | 1 | C | 62 | 41 |
| Octal | 375 | 160 | 114 | 0 | 70 | 106 | 1 | 14 | 142 | 101 |
| Binary | 11111101 | 1110000 | 1001100 | 0 | 111000 | 1000110 | 1 | 1100 | 1100010 | 1000001 |
Color Harmonies of #FD704C
Complementary color
Monochromatic Colors of #FD704C
Black with #FD704C
Text Example
Text Example
White with #FD704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD704C; }
p { color: rgb(253,112,76); }
H1.HeaderClassName
{
color: #FD704C;
}
.AnyTagClassName
{
color: #FD704C;
}
</style>
background-color css
<style>
a { background-color: #FD704C; }
a { background-color: rgb(253,112,76); }
div.DivClassName
{
background-color: #FD704C;
}
.BgClassName
{
background-color: #FD704C;
}
</style>
border-color css
<style>
span { border-color: #FD704C; }
span { border-color: rgb(253,112,76); }
td.TdClassName
{
border-color: #FD704C;
}
.TagClassName
{
border-color: #FD704C;
}
</style>