#FA5C48

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

Shades of Tomato #FA5C48

Tints of Tomato #FA5C48

Color information

#FA5C48 (or 0xFA5C48) is unknown color: approx Tomato. HEX triplet: FA, 5C and 48. RGB value is (250,92,72). Sum of RGB (Red+Green+Blue) = 250+92+72=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5C48 is #05A3B7. Grayscale: #898989. Windows color (decimal): -369592 or 4742394. OLE color: 4742394.

HSL color Cylindrical-coordinate representation of color #FA5C48: hue angle of 6.74º 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 #FA5C48 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB2509272-
CMYK00.630.710.02
HSL6.74º94.68%63.14%-
HSV(B)6.74º71.2%98.04%-
XYZ44.4228.459.28-
YUV136.9691.35208.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.39%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 72 (28.52% from 255) = 17.39%
R=60.39%
G=22.22%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250927200.630.710.026.7494.6863.14
HexFA5C4803F47275f3f
Octal3721341100771072713777
Binary111110101011100100100001111111000111101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5C48; }

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

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

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

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

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

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

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

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