#FB6050

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

Shades of Tomato #FB6050

Tints of Tomato #FB6050

Color information

#FB6050 (or 0xFB6050) is unknown color: approx Tomato. HEX triplet: FB, 60 and 50. RGB value is (251,96,80). Sum of RGB (Red+Green+Blue) = 251+96+80=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6050 is #049FAF. Grayscale: #8C8C8C. Windows color (decimal): -303024 or 5267707. OLE color: 5267707.

HSL color Cylindrical-coordinate representation of color #FB6050: hue angle of 5.61º degrees, saturation: 0.96, 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 #FB6050 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB2519680-
CMYK00.620.680.02
HSL5.61º95.53%64.9%-
HSV(B)5.61º68.13%98.43%-
XYZ45.4129.4510.88-
YUV140.5293.85206.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.78%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 80 (31.64% from 255) = 18.74%
R=58.78%
G=22.48%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251968000.620.680.025.6195.5364.9
HexFB605003E44266041
Octal37314012007610426140101
Binary1111101111000001010000011111010001001011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6050; }

 p { color: rgb(251,96,80); }

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

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

 a { background-color: rgb(251,96,80); }

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

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

 span { border-color: rgb(251,96,80); }

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