#FF6540

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

Shades of Tomato #FF6540

Tints of Tomato #FF6540

Color information

#FF6540 (or 0xFF6540) is unknown color: approx Tomato. HEX triplet: FF, 65 and 40. RGB value is (255,101,64). Sum of RGB (Red+Green+Blue) = 255+101+64=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6540 is #009ABF. Grayscale: #8F8F8F. Windows color (decimal): -39616 or 4220415. OLE color: 4220415.

HSL color Cylindrical-coordinate representation of color #FF6540: hue angle of 11.62º 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 #FF6540 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25510164-
CMYK00.600.750
HSL11.62º100%62.55%-
HSV(B)11.62º74.9%100%-
XYZ46.8230.948.35-
YUV142.8383.52208.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.71%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 64 (25.39% from 255) = 15.24%
R=60.71%
G=24.05%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551016400.600.75011.6210062.55
HexFF654003C4B0c643f
Octal37714510007411301414477
Binary111111111100101100000001111001001011011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6540; }

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

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

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

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

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

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

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

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