#FF6446

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

Shades of Tomato #FF6446

Tints of Tomato #FF6446

Color information

#FF6446 (or 0xFF6446) is unknown color: approx Tomato. HEX triplet: FF, 64 and 46. RGB value is (255,100,70). Sum of RGB (Red+Green+Blue) = 255+100+70=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6446 is #009BB9. Grayscale: #8F8F8F. Windows color (decimal): -39866 or 4613375. OLE color: 4613375.

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

Color convert

RGB25510070-
CMYK00.610.730
HSL9.73º100%63.73%-
HSV(B)9.73º72.55%100%-
XYZ46.930.829.27-
YUV142.9286.85207.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=60%
G=23.53%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551007000.610.7309.7310063.73
HexFF644603D490a6440
Octal377144106075111012144100
Binary1111111111001001000110011110110010010101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6446; }

 p { color: rgb(255,100,70); }

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

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

 a { background-color: rgb(255,100,70); }

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

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

 span { border-color: rgb(255,100,70); }

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