#FA5C4F

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

Shades of Tomato #FA5C4F

Tints of Tomato #FA5C4F

Color information

#FA5C4F (or 0xFA5C4F) is unknown color: approx Tomato. HEX triplet: FA, 5C and 4F. RGB value is (250,92,79). Sum of RGB (Red+Green+Blue) = 250+92+79=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5C4F is #05A3B0. Grayscale: #898989. Windows color (decimal): -369585 or 5201146. OLE color: 5201146.

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

Color convert

RGB2509279-
CMYK00.630.680.02
HSL4.56º94.48%64.51%-
HSV(B)4.56º68.4%98.04%-
XYZ44.6628.5410.55-
YUV137.7694.85208.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.38%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=59.38%
G=21.85%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250927900.630.680.024.5694.4864.51
HexFA5C4F03F44255e41
Octal37213411707710425136101
Binary1111101010111001001111011111110001001010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5C4F; }

 p { color: rgb(250,92,79); }

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

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

 a { background-color: rgb(250,92,79); }

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

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

 span { border-color: rgb(250,92,79); }

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