#F85D40

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

Shades of Tomato #F85D40

Tints of Tomato #F85D40

Color information

#F85D40 (or 0xF85D40) is unknown color: approx Tomato. HEX triplet: F8, 5D and 40. RGB value is (248,93,64). Sum of RGB (Red+Green+Blue) = 248+93+64=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D40 is #07A2BF. Grayscale: #888888. Windows color (decimal): -500416 or 4218360. OLE color: 4218360.

HSL color Cylindrical-coordinate representation of color #F85D40: hue angle of 9.46º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F85D40 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB2489364-
CMYK00.620.740.03
HSL9.46º92.93%61.18%-
HSV(B)9.46º74.19%97.25%-
XYZ43.5528.167.99-
YUV136.0487.35207.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.23%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 64 (25.39% from 255) = 15.80%
R=61.23%
G=22.96%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248936400.620.740.039.4692.9361.18
HexF85D4003E4A395d3d
Octal37013510007611231113575
Binary1111100010111011000000011111010010101110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85D40; }

 p { color: rgb(248,93,64); }

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

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

 a { background-color: rgb(248,93,64); }

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

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

 span { border-color: rgb(248,93,64); }

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