#F0F988

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

Shades of Tidal #F0F988

Tints of Tidal #F0F988

Color information

#F0F988 (or 0xF0F988) is unknown color: approx Tidal. HEX triplet: F0, F9 and 88. RGB value is (240,249,136). Sum of RGB (Red+Green+Blue) = 240+249+136=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 136 (53.52% from 255 or 21.76% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F988 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F988 is #0F0677. Grayscale: #E9E9E9. Windows color (decimal): -984696 or 8976880. OLE color: 8976880.

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

Color convert

RGB240249136-
CMYK0.0400.450.02
HSL64.78º90.4%75.49%-
HSV(B)64.78º45.38%97.65%-
XYZ74.2588.0536.38-
YUV233.4373.02132.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 136 (53.52% from 255) = 21.76%
R=38.4%
G=39.84%
B=21.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402491360.0400.450.0264.7890.475.49
HexF0F988402D2415a4b
Octal36037121040552101132113
Binary111100001111100110001000100010110110100000110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F988; }

 p { color: rgb(240,249,136); }

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

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

 a { background-color: rgb(240,249,136); }

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

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

 span { border-color: rgb(240,249,136); }

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