#F0F996

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

Shades of Tidal #F0F996

Tints of Tidal #F0F996

Color information

#F0F996 (or 0xF0F996) is unknown color: approx Tidal. HEX triplet: F0, F9 and 96. RGB value is (240,249,150). Sum of RGB (Red+Green+Blue) = 240+249+150=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 150 (58.98% from 255 or 23.47% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F996 is #0F0669. Grayscale: #EBEBEB. Windows color (decimal): -984682 or 9894384. OLE color: 9894384.

HSL color Cylindrical-coordinate representation of color #F0F996: hue angle of 65.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0F996 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB240249150-
CMYK0.0400.400.02
HSL65.45º89.19%78.24%-
HSV(B)65.45º39.76%97.65%-
XYZ75.3288.4841.96-
YUV235.0280.02131.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 150 (58.98% from 255) = 23.47%
R=37.56%
G=38.97%
B=23.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402491500.0400.400.0265.4589.1978.24
HexF0F9964028241594e
Octal36037122640502101131116
Binary111100001111100110010110100010100010100000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F996; }

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

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

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

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

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

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

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

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