#F2F994

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

Shades of Tidal #F2F994

Tints of Tidal #F2F994

Color information

#F2F994 (or 0xF2F994) is unknown color: approx Tidal. HEX triplet: F2, F9 and 94. RGB value is (242,249,148). Sum of RGB (Red+Green+Blue) = 242+249+148=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 148 (58.20% from 255 or 23.16% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F994 is #0D066B. Grayscale: #EBEBEB. Windows color (decimal): -853612 or 9763314. OLE color: 9763314.

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

Color convert

RGB242249148-
CMYK0.0300.410.02
HSL64.16º89.38%77.84%-
HSV(B)64.16º40.56%97.65%-
XYZ75.8488.7741.15-
YUV235.3978.68132.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.87%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 148 (58.20% from 255) = 23.16%
R=37.87%
G=38.97%
B=23.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422491480.0300.410.0264.1689.3877.84
HexF2F9943029240594e
Octal36237122430512100131116
Binary11110010111110011001010011010100110100000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F994; }

 p { color: rgb(242,249,148); }

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

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

 a { background-color: rgb(242,249,148); }

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

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

 span { border-color: rgb(242,249,148); }

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