#F1F886

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

Shades of Tidal #F1F886

Tints of Tidal #F1F886

Color information

#F1F886 (or 0xF1F886) is unknown color: approx Tidal. HEX triplet: F1, F8 and 86. RGB value is (241,248,134). Sum of RGB (Red+Green+Blue) = 241+248+134=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 134 (52.73% from 255 or 21.51% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F886 is #0E0779. Grayscale: #E9E9E9. Windows color (decimal): -919418 or 8845553. OLE color: 8845553.

HSL color Cylindrical-coordinate representation of color #F1F886: hue angle of 63.68º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1F886 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB241248134-
CMYK0.0300.460.03
HSL63.68º89.06%74.9%-
HSV(B)63.68º45.97%97.25%-
XYZ74.1587.5635.55-
YUV232.9172.18133.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 248 (97.27% from 255) = 39.81%
BLUE value IS 134 (52.73% from 255) = 21.51%
R=38.68%
G=39.81%
B=21.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412481340.0300.460.0363.6889.0674.9
HexF1F886302E340594b
Octal36137020630563100131113
Binary11110001111110001000011011010111011100000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F886; }

 p { color: rgb(241,248,134); }

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

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

 a { background-color: rgb(241,248,134); }

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

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

 span { border-color: rgb(241,248,134); }

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