Shades of Tomato #FC6541
Tints of Tomato #FC6541
RGB
CMYK
RGB Variations
Color information
#FC6541 (or 0xFC6541) is known color: Tomato. HEX triplet: FC, 65 and 41. RGB value is (252,101,65). Sum of RGB (Red+Green+Blue) = 252+101+65=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6541 is #039ABE. Grayscale: #8E8E8E. Windows color (decimal): -236223 or 4285948. OLE color: 4285948.
HSL color Cylindrical-coordinate representation of color #FC6541: hue angle of 11.55º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC6541 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 65 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.01 |
| HSL | 11.55º | 0.97% | 0.62% | - |
| HSV(B) | 11.55º | 0.74% | 0.99% | - |
| XYZ | 45.75 | 30.38 | 8.45 | - |
| YUV | 142.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 65 | 0 | 0.60 | 0.74 | 0.01 | 11.55 | 0.97 | 0.62 |
| Hex | FC | 65 | 41 | 0 | 3C | 4A | 1 | C | 61 | 3E |
| Octal | 374 | 145 | 101 | 0 | 74 | 112 | 1 | 14 | 141 | 76 |
| Binary | 11111100 | 1100101 | 1000001 | 0 | 111100 | 1001010 | 1 | 1100 | 1100001 | 111110 |
Color Harmonies of #FC6541
Complementary color
Monochromatic Colors of #FC6541
Black with #FC6541
Text Example
Text Example
White with #FC6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6541; }
p { color: rgb(252,101,65); }
H1.HeaderClassName
{
color: #FC6541;
}
.AnyTagClassName
{
color: #FC6541;
}
</style>
background-color css
<style>
a { background-color: #FC6541; }
a { background-color: rgb(252,101,65); }
div.DivClassName
{
background-color: #FC6541;
}
.BgClassName
{
background-color: #FC6541;
}
</style>
border-color css
<style>
span { border-color: #FC6541; }
span { border-color: rgb(252,101,65); }
td.TdClassName
{
border-color: #FC6541;
}
.TagClassName
{
border-color: #FC6541;
}
</style>