#FC5A54

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

Shades of Tomato #FC5A54

Tints of Tomato #FC5A54

Color information

#FC5A54 (or 0xFC5A54) is unknown color: approx Tomato. HEX triplet: FC, 5A and 54. RGB value is (252,90,84). Sum of RGB (Red+Green+Blue) = 252+90+84=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A54 is #03A5AB. Grayscale: #898989. Windows color (decimal): -239020 or 5528316. OLE color: 5528316.

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

Color convert

RGB2529084-
CMYK00.640.670.01
HSL2.14º96.55%65.88%-
HSV(B)2.14º66.67%98.82%-
XYZ45.428.6511.52-
YUV137.7597.67209.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.15%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 84 (33.20% from 255) = 19.72%
R=59.15%
G=21.13%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252908400.640.670.012.1496.5565.88
HexFC5A5404043126142
Octal374132124010010312141102
Binary111111001011010101010001000000100001111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5A54; }

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

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

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

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

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

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

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

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