#FC5A4B

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

Shades of Tomato #FC5A4B

Tints of Tomato #FC5A4B

Color information

#FC5A4B (or 0xFC5A4B) is unknown color: approx Tomato. HEX triplet: FC, 5A and 4B. RGB value is (252,90,75). Sum of RGB (Red+Green+Blue) = 252+90+75=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A4B is #03A5B4. Grayscale: #888888. Windows color (decimal): -239029 or 4938492. OLE color: 4938492.

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

Color convert

RGB2529075-
CMYK00.640.700.01
HSL5.08º96.72%64.12%-
HSV(B)5.08º70.24%98.82%-
XYZ45.0728.529.79-
YUV136.7393.17210.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.43%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=60.43%
G=21.58%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252907500.640.700.015.0896.7264.12
HexFC5A4B04046156140
Octal374132113010010615141100
Binary1111110010110101001011010000001000110110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5A4B; }

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

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

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

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

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

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

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

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