#FF5A50

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

Shades of Tomato #FF5A50

Tints of Tomato #FF5A50

Color information

#FF5A50 (or 0xFF5A50) is unknown color: approx Tomato. HEX triplet: FF, 5A and 50. RGB value is (255,90,80). Sum of RGB (Red+Green+Blue) = 255+90+80=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A50 is #00A5AF. Grayscale: #8A8A8A. Windows color (decimal): -42416 or 5266175. OLE color: 5266175.

HSL color Cylindrical-coordinate representation of color #FF5A50: hue angle of 3.43º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5A50 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB2559080-
CMYK00.650.690
HSL3.43º100%65.69%-
HSV(B)3.43º68.63%100%-
XYZ46.3429.1510.77-
YUV138.295.16211.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=60%
G=21.18%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255908000.650.6903.4310065.69
HexFF5A5004145036442
Octal377132120010110503144102
Binary111111111011010101000001000001100010101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5A50; }

 p { color: rgb(255,90,80); }

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

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

 a { background-color: rgb(255,90,80); }

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

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

 span { border-color: rgb(255,90,80); }

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