#F2FA85

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

Shades of Tidal #F2FA85

Tints of Tidal #F2FA85

Color information

#F2FA85 (or 0xF2FA85) is unknown color: approx Tidal. HEX triplet: F2, FA and 85. RGB value is (242,250,133). Sum of RGB (Red+Green+Blue) = 242+250+133=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 133 (52.34% from 255 or 21.28% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA85 is #0D057A. Grayscale: #EAEAEA. Windows color (decimal): -853371 or 8780530. OLE color: 8780530.

HSL color Cylindrical-coordinate representation of color #F2FA85: hue angle of 64.1º degrees, saturation: 0.92, 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 #F2FA85 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB242250133-
CMYK0.0300.470.02
HSL64.1º92.13%75.1%-
HSV(B)64.1º46.8%98.04%-
XYZ75.0488.9435.4-
YUV234.2770.85133.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 250 (98.05% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 21.28%
R=38.72%
G=40%
B=21.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501330.0300.470.0264.192.1375.1
HexF2FA85302F2405c4b
Octal36237220530572100134113
Binary11110010111110101000010111010111110100000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FA85; }

 p { color: rgb(242,250,133); }

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

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

 a { background-color: rgb(242,250,133); }

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

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

 span { border-color: rgb(242,250,133); }

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