#FC5A4E

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

Shades of Tomato #FC5A4E

Tints of Tomato #FC5A4E

Color information

#FC5A4E (or 0xFC5A4E) is unknown color: approx Tomato. HEX triplet: FC, 5A and 4E. RGB value is (252,90,78). Sum of RGB (Red+Green+Blue) = 252+90+78=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A4E is #03A5B1. Grayscale: #898989. Windows color (decimal): -239026 or 5135100. OLE color: 5135100.

HSL color Cylindrical-coordinate representation of color #FC5A4E: hue angle of 4.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC5A4E is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB2529078-
CMYK00.640.690.01
HSL4.14º96.67%64.71%-
HSV(B)4.14º69.05%98.82%-
XYZ45.1828.5610.34-
YUV137.0794.67209.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 78 (30.86% from 255) = 18.57%
R=60%
G=21.43%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252907800.640.690.014.1496.6764.71
HexFC5A4E04045146141
Octal374132116010010514141101
Binary1111110010110101001110010000001000101110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5A4E; }

 p { color: rgb(252,90,78); }

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

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

 a { background-color: rgb(252,90,78); }

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

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

 span { border-color: rgb(252,90,78); }

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