#F25940

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

Shades of Tomato #F25940

Tints of Tomato #F25940

Color information

#F25940 (or 0xF25940) is unknown color: approx Tomato. HEX triplet: F2, 59 and 40. RGB value is (242,89,64). Sum of RGB (Red+Green+Blue) = 242+89+64=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F25940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25940 is #0DA6BF. Grayscale: #848484. Windows color (decimal): -894656 or 4217330. OLE color: 4217330.

HSL color Cylindrical-coordinate representation of color #F25940: hue angle of 8.43º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F25940 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2428964-
CMYK00.630.740.05
HSL8.43º87.25%60%-
HSV(B)8.43º73.55%94.9%-
XYZ41.1226.397.78-
YUV131.989.69206.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.27%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=61.27%
G=22.53%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242896400.630.740.058.4387.2560
HexF2594003F4A58573c
Octal36213110007711251012774
Binary11110010101100110000000111111100101010110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25940; }

 p { color: rgb(242,89,64); }

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

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

 a { background-color: rgb(242,89,64); }

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

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

 span { border-color: rgb(242,89,64); }

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