#F26550

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

Shades of Tomato #F26550

Tints of Tomato #F26550

Color information

#F26550 (or 0xF26550) is unknown color: approx Tomato. HEX triplet: F2, 65 and 50. RGB value is (242,101,80). Sum of RGB (Red+Green+Blue) = 242+101+80=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F26550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26550 is #0D9AAF. Grayscale: #8C8C8C. Windows color (decimal): -891568 or 5268978. OLE color: 5268978.

HSL color Cylindrical-coordinate representation of color #F26550: hue angle of 7.78º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F26550 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24210180-
CMYK00.580.670.05
HSL7.78º86.17%63.14%-
HSV(B)7.78º66.94%94.9%-
XYZ42.7228.7610.89-
YUV140.7793.71200.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.21%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 80 (31.64% from 255) = 18.91%
R=57.21%
G=23.88%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421018000.580.670.057.7886.1763.14
HexF2655003A4358563f
Octal36214512007210351012677
Binary11110010110010110100000111010100001110110001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26550; }

 p { color: rgb(242,101,80); }

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

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

 a { background-color: rgb(242,101,80); }

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

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

 span { border-color: rgb(242,101,80); }

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