#F06845

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

Shades of Tomato #F06845

Tints of Tomato #F06845

Color information

#F06845 (or 0xF06845) is unknown color: approx Tomato. HEX triplet: F0, 68 and 45. RGB value is (240,104,69). Sum of RGB (Red+Green+Blue) = 240+104+69=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F06845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06845 is #0F97BA. Grayscale: #8C8C8C. Windows color (decimal): -1021883 or 4548848. OLE color: 4548848.

HSL color Cylindrical-coordinate representation of color #F06845: hue angle of 12.28º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F06845 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB24010469-
CMYK00.570.710.06
HSL12.28º85.07%60.59%-
HSV(B)12.28º71.25%94.12%-
XYZ41.9628.868.99-
YUV140.6787.56198.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.11%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=58.11%
G=25.18%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401046900.570.710.0612.2885.0760.59
HexF06845039476c553d
Octal36015010507110761412575
Binary11110000110100010001010111001100011111011001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06845; }

 p { color: rgb(240,104,69); }

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

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

 a { background-color: rgb(240,104,69); }

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

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

 span { border-color: rgb(240,104,69); }

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