#FE6550

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

Shades of Tomato #FE6550

Tints of Tomato #FE6550

Color information

#FE6550 (or 0xFE6550) is unknown color: approx Tomato. HEX triplet: FE, 65 and 50. RGB value is (254,101,80). Sum of RGB (Red+Green+Blue) = 254+101+80=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6550 is #019AAF. Grayscale: #909090. Windows color (decimal): -105136 or 5268990. OLE color: 5268990.

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

Color convert

RGB25410180-
CMYK00.600.690.00
HSL7.24º98.86%65.49%-
HSV(B)7.24º68.5%99.61%-
XYZ46.9730.9611.09-
YUV144.3591.69206.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.39%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 80 (31.64% from 255) = 18.39%
R=58.39%
G=23.22%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541018000.600.690.007.2498.8665.49
HexFE655003C45076341
Octal37614512007410507143101
Binary111111101100101101000001111001000101011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6550; }

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

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

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

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

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

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

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

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