#FF6640

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

Shades of Tomato #FF6640

Tints of Tomato #FF6640

Color information

#FF6640 (or 0xFF6640) is unknown color: approx Tomato. HEX triplet: FF, 66 and 40. RGB value is (255,102,64). Sum of RGB (Red+Green+Blue) = 255+102+64=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6640 is #0099BF. Grayscale: #8F8F8F. Windows color (decimal): -39360 or 4220671. OLE color: 4220671.

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

Color convert

RGB25510264-
CMYK00.60.750
HSL11.94º100%62.55%-
HSV(B)11.94º74.9%100%-
XYZ46.9231.138.39-
YUV143.4183.19207.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 64 (25.39% from 255) = 15.20%
R=60.57%
G=24.23%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551026400.60.75011.9410062.55
HexFF664003C4B0c643f
Octal37714610007411301414477
Binary111111111100110100000001111001001011011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6640; }

 p { color: rgb(255,102,64); }

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

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

 a { background-color: rgb(255,102,64); }

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

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

 span { border-color: rgb(255,102,64); }

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