#F1FA82

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

Shades of Tidal #F1FA82

Tints of Tidal #F1FA82

Color information

#F1FA82 (or 0xF1FA82) is unknown color: approx Tidal. HEX triplet: F1, FA and 82. RGB value is (241,250,130). Sum of RGB (Red+Green+Blue) = 241+250+130=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 130 (51.17% from 255 or 20.93% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FA82 is #0E057D. Grayscale: #EAEAEA. Windows color (decimal): -918910 or 8583921. OLE color: 8583921.

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

Color convert

RGB241250130-
CMYK0.0400.480.02
HSL64.5º92.31%74.51%-
HSV(B)64.5º48%98.04%-
XYZ74.4988.6834.31-
YUV233.6369.52133.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 130 (51.17% from 255) = 20.93%
R=38.81%
G=40.26%
B=20.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501300.0400.480.0264.592.3174.51
HexF1FA8240302405c4b
Octal36137220240602100134113
Binary111100011111101010000010100011000010100000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA82; }

 p { color: rgb(241,250,130); }

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

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

 a { background-color: rgb(241,250,130); }

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

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

 span { border-color: rgb(241,250,130); }

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