#FC6342

Color #FC6342 Tomato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tomato #FC6342

Tints of Tomato #FC6342

Color information

#FC6342 (or 0xFC6342) is unknown color: approx Tomato. HEX triplet: FC, 63 and 42. RGB value is (252,99,66). Sum of RGB (Red+Green+Blue) = 252+99+66=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6342 is #039CBD. Grayscale: #8D8D8D. Windows color (decimal): -236734 or 4350972. OLE color: 4350972.

HSL color Cylindrical-coordinate representation of color #FC6342: hue angle of 10.65º 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 #FC6342 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB2529966-
CMYK00.610.740.01
HSL10.65º96.88%62.35%-
HSV(B)10.65º73.81%98.82%-
XYZ45.5930.018.54-
YUV140.9985.69207.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 60.43%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 66 (26.17% from 255) = 15.83%
R=60.43%
G=23.74%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252996600.610.740.0110.6596.8862.35
HexFC634203D4A1b613e
Octal37414310207511211314176
Binary111111001100011100001001111011001010110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6342; }

 p { color: rgb(252,99,66); }

 H1.HeaderClassName
 {
   color: #FC6342;
 }
 .AnyTagClassName
 {
   color: #FC6342;
 }
</style>
background-color css

<style>
 a { background-color: #FC6342; }

 a { background-color: rgb(252,99,66); }

 div.DivClassName
 {
   background-color: #FC6342;
 }
 .BgClassName
 {
   background-color: #FC6342;
 }
</style>
border-color css

<style>
 span { border-color: #FC6342; }

 span { border-color: rgb(252,99,66); }

 td.TdClassName
 {
   border-color: #FC6342;
 }
 .TagClassName
 {
   border-color: #FC6342;
 }
</style>