#F85E47

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

Shades of Tomato #F85E47

Tints of Tomato #F85E47

Color information

#F85E47 (or 0xF85E47) is unknown color: approx Tomato. HEX triplet: F8, 5E and 47. RGB value is (248,94,71). Sum of RGB (Red+Green+Blue) = 248+94+71=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E47 is #07A1B8. Grayscale: #898989. Windows color (decimal): -500153 or 4677368. OLE color: 4677368.

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

Color convert

RGB2489471-
CMYK00.620.710.03
HSL7.8º92.67%62.55%-
HSV(B)7.8º71.37%97.25%-
XYZ43.8528.429.14-
YUV137.4290.52206.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.05%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 71 (28.12% from 255) = 17.19%
R=60.05%
G=22.76%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248947100.620.710.037.892.6762.55
HexF85E4703E47385d3f
Octal37013610707610731013577
Binary1111100010111101000111011111010001111110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85E47; }

 p { color: rgb(248,94,71); }

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

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

 a { background-color: rgb(248,94,71); }

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

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

 span { border-color: rgb(248,94,71); }

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