#F0FB86

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

Shades of Tidal #F0FB86

Tints of Tidal #F0FB86

Color information

#F0FB86 (or 0xF0FB86) is unknown color: approx Tidal. HEX triplet: F0, FB and 86. RGB value is (240,251,134). Sum of RGB (Red+Green+Blue) = 240+251+134=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 134 (52.73% from 255 or 21.44% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FB86 is #0F0479. Grayscale: #EAEAEA. Windows color (decimal): -984186 or 8846320. OLE color: 8846320.

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

Color convert

RGB240251134-
CMYK0.0400.470.02
HSL65.64º93.6%75.49%-
HSV(B)65.64º46.61%98.43%-
XYZ74.7489.2435.84-
YUV234.3771.36132.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 134 (52.73% from 255) = 21.44%
R=38.4%
G=40.16%
B=21.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402511340.0400.470.0265.6493.675.49
HexF0FB86402F2425e4b
Octal36037320640572102136113
Binary111100001111101110000110100010111110100001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FB86; }

 p { color: rgb(240,251,134); }

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

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

 a { background-color: rgb(240,251,134); }

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

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

 span { border-color: rgb(240,251,134); }

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