#F85D56

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

Shades of Tomato #F85D56

Tints of Tomato #F85D56

Color information

#F85D56 (or 0xF85D56) is unknown color: approx Tomato. HEX triplet: F8, 5D and 56. RGB value is (248,93,86). Sum of RGB (Red+Green+Blue) = 248+93+86=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85D56 is #07A2A9. Grayscale: #8A8A8A. Windows color (decimal): -500394 or 5660152. OLE color: 5660152.

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

Color convert

RGB2489386-
CMYK00.620.650.03
HSL2.59º92.05%65.49%-
HSV(B)2.59º65.32%97.25%-
XYZ44.3128.4611.96-
YUV138.5598.35206.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 58.08%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 86 (33.98% from 255) = 20.14%
R=58.08%
G=21.78%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248938600.620.650.032.5992.0565.49
HexF85D5603E41335c41
Octal37013512607610133134101
Binary111110001011101101011001111101000001111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85D56; }

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

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

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

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

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

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

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

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