#FC6942

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

Shades of Tomato #FC6942

Tints of Tomato #FC6942

Color information

#FC6942 (or 0xFC6942) is unknown color: approx Tomato. HEX triplet: FC, 69 and 42. RGB value is (252,105,66). Sum of RGB (Red+Green+Blue) = 252+105+66=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6942 is #0396BD. Grayscale: #909090. Windows color (decimal): -235198 or 4352508. OLE color: 4352508.

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

Color convert

RGB25210566-
CMYK00.580.740.01
HSL12.58º96.88%62.35%-
HSV(B)12.58º73.81%98.82%-
XYZ46.1831.198.74-
YUV144.5183.7204.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.57%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 66 (26.17% from 255) = 15.60%
R=59.57%
G=24.82%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521056600.580.740.0112.5896.8862.35
HexFC694203A4A1d613e
Octal37415110207211211514176
Binary111111001101001100001001110101001010111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6942; }

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

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

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

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

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

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

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

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