#F85C4F

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

Shades of Tomato #F85C4F

Tints of Tomato #F85C4F

Color information

#F85C4F (or 0xF85C4F) is unknown color: approx Tomato. HEX triplet: F8, 5C and 4F. RGB value is (248,92,79). Sum of RGB (Red+Green+Blue) = 248+92+79=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C4F is #07A3B0. Grayscale: #898989. Windows color (decimal): -500657 or 5201144. OLE color: 5201144.

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

Color convert

RGB2489279-
CMYK00.630.680.03
HSL4.62º92.35%64.12%-
HSV(B)4.62º68.15%97.25%-
XYZ43.9528.1810.52-
YUV137.1695.18207.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.19%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 79 (31.25% from 255) = 18.85%
R=59.19%
G=21.96%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248927900.630.680.034.6292.3564.12
HexF85C4F03F44355c40
Octal37013411707710435134100
Binary1111100010111001001111011111110001001110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85C4F; }

 p { color: rgb(248,92,79); }

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

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

 a { background-color: rgb(248,92,79); }

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

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

 span { border-color: rgb(248,92,79); }

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