#FA5F49

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

Shades of Tomato #FA5F49

Tints of Tomato #FA5F49

Color information

#FA5F49 (or 0xFA5F49) is unknown color: approx Tomato. HEX triplet: FA, 5F and 49. RGB value is (250,95,73). Sum of RGB (Red+Green+Blue) = 250+95+73=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5F49 is #05A0B6. Grayscale: #8B8B8B. Windows color (decimal): -368823 or 4808698. OLE color: 4808698.

HSL color Cylindrical-coordinate representation of color #FA5F49: hue angle of 7.46º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA5F49 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB2509573-
CMYK00.620.710.02
HSL7.46º94.65%63.33%-
HSV(B)7.46º70.8%98.04%-
XYZ44.7228.999.54-
YUV138.8490.85207.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.81%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 73 (28.91% from 255) = 17.46%
R=59.81%
G=22.73%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250957300.620.710.027.4694.6563.33
HexFA5F4903E47275f3f
Octal3721371110761072713777
Binary111110101011111100100101111101000111101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F49; }

 p { color: rgb(250,95,73); }

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

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

 a { background-color: rgb(250,95,73); }

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

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

 span { border-color: rgb(250,95,73); }

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