#F2FD9A

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

Shades of Tidal #F2FD9A

Tints of Tidal #F2FD9A

Color information

#F2FD9A (or 0xF2FD9A) is unknown color: approx Tidal. HEX triplet: F2, FD and 9A. RGB value is (242,253,154). Sum of RGB (Red+Green+Blue) = 242+253+154=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 154 (60.55% from 255 or 23.73% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FD9A is #0D0265. Grayscale: #EEEEEE. Windows color (decimal): -852582 or 10157554. OLE color: 10157554.

HSL color Cylindrical-coordinate representation of color #F2FD9A: hue angle of 66.67º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2FD9A is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB242253154-
CMYK0.0400.390.01
HSL66.67º96.12%79.8%-
HSV(B)66.67º39.13%99.22%-
XYZ77.5891.4644.14-
YUV238.4280.36130.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.29%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 154 (60.55% from 255) = 23.73%
R=37.29%
G=38.98%
B=23.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422531540.0400.390.0166.6796.1279.8
HexF2FD9A40271436050
Octal36237523240471103140120
Binary11110010111111011001101010001001111100001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FD9A; }

 p { color: rgb(242,253,154); }

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

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

 a { background-color: rgb(242,253,154); }

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

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

 span { border-color: rgb(242,253,154); }

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