#F86252

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

Shades of Tomato #F86252

Tints of Tomato #F86252

Color information

#F86252 (or 0xF86252) is unknown color: approx Tomato. HEX triplet: F8, 62 and 52. RGB value is (248,98,82). Sum of RGB (Red+Green+Blue) = 248+98+82=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F86252 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86252 is #079DAD. Grayscale: #8D8D8D. Windows color (decimal): -499118 or 5399288. OLE color: 5399288.

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

Color convert

RGB2489882-
CMYK00.600.670.03
HSL5.78º92.22%64.71%-
HSV(B)5.78º66.94%97.25%-
XYZ44.629.311.29-
YUV141.0394.7204.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.94%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 82 (32.42% from 255) = 19.16%
R=57.94%
G=22.90%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248988200.600.670.035.7892.2264.71
HexF8625203C43365c41
Octal37014212207410336134101
Binary1111100011000101010010011110010000111111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86252; }

 p { color: rgb(248,98,82); }

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

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

 a { background-color: rgb(248,98,82); }

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

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

 span { border-color: rgb(248,98,82); }

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