#F0F58C

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

Shades of Tidal #F0F58C

Tints of Tidal #F0F58C

Color information

#F0F58C (or 0xF0F58C) is unknown color: approx Tidal. HEX triplet: F0, F5 and 8C. RGB value is (240,245,140). Sum of RGB (Red+Green+Blue) = 240+245+140=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 140 (55.08% from 255 or 22.4% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F58C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F58C is #0F0A73. Grayscale: #E7E7E7. Windows color (decimal): -985716 or 9238000. OLE color: 9238000.

HSL color Cylindrical-coordinate representation of color #F0F58C: hue angle of 62.86º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0F58C is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB240245140-
CMYK0.0200.430.04
HSL62.86º84%75.49%-
HSV(B)62.86º42.86%96.08%-
XYZ73.3285.7237.49-
YUV231.5476.34134.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 245 (96.09% from 255) = 39.2%
BLUE value IS 140 (55.08% from 255) = 22.4%
R=38.4%
G=39.2%
B=22.4%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402451400.0200.430.0462.868475.49
HexF0F58C202B43f544b
Octal3603652142053477124113
Binary11110000111101011000110010010101110011111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F58C; }

 p { color: rgb(240,245,140); }

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

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

 a { background-color: rgb(240,245,140); }

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

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

 span { border-color: rgb(240,245,140); }

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