#FF6B40

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

Shades of Tomato #FF6B40

Tints of Tomato #FF6B40

Color information

#FF6B40 (or 0xFF6B40) is unknown color: approx Tomato. HEX triplet: FF, 6B and 40. RGB value is (255,107,64). Sum of RGB (Red+Green+Blue) = 255+107+64=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B40 is #0094BF. Grayscale: #929292. Windows color (decimal): -38080 or 4221951. OLE color: 4221951.

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

Color convert

RGB25510764-
CMYK00.580.750
HSL13.51º100%62.55%-
HSV(B)13.51º74.9%100%-
XYZ47.4232.158.56-
YUV146.3581.53205.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.86%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 64 (25.39% from 255) = 15.02%
R=59.86%
G=25.12%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551076400.580.75013.5110062.55
HexFF6B4003A4B0e643f
Octal37715310007211301614477
Binary111111111101011100000001110101001011011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6B40; }

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

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

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

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

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

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

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

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