#FA5A52

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

Shades of Tomato #FA5A52

Tints of Tomato #FA5A52

Color information

#FA5A52 (or 0xFA5A52) is unknown color: approx Tomato. HEX triplet: FA, 5A and 52. RGB value is (250,90,82). Sum of RGB (Red+Green+Blue) = 250+90+82=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5A52 is #05A5AD. Grayscale: #898989. Windows color (decimal): -370094 or 5397242. OLE color: 5397242.

HSL color Cylindrical-coordinate representation of color #FA5A52: hue angle of 2.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA5A52 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB2509082-
CMYK00.640.670.02
HSL2.86º94.38%65.1%-
HSV(B)2.86º67.2%98.04%-
XYZ44.628.2511.08-
YUV136.9397.01208.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.24%
GREEN value IS 90 (35.55% from 255) = 21.33%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=59.24%
G=21.33%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250908200.640.670.022.8694.3865.1
HexFA5A5204043235e41
Octal372132122010010323136101
Binary1111101010110101010010010000001000011101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5A52; }

 p { color: rgb(250,90,82); }

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

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

 a { background-color: rgb(250,90,82); }

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

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

 span { border-color: rgb(250,90,82); }

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