#F1F088

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

Shades of Tidal #F1F088

Tints of Tidal #F1F088

Color information

#F1F088 (or 0xF1F088) is unknown color: approx Tidal. HEX triplet: F1, F0 and 88. RGB value is (241,240,136). Sum of RGB (Red+Green+Blue) = 241+240+136=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 136 (53.52% from 255 or 22.04% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F088 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F088 is #0E0F77. Grayscale: #E4E4E4. Windows color (decimal): -921464 or 8974577. OLE color: 8974577.

HSL color Cylindrical-coordinate representation of color #F1F088: hue angle of 59.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1F088 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241240136-
CMYK00.000.440.05
HSL59.43º78.95%73.92%-
HSV(B)59.43º43.57%94.51%-
XYZ71.8882.835.49-
YUV228.4475.83136.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 240 (94.14% from 255) = 38.90%
BLUE value IS 136 (53.52% from 255) = 22.04%
R=39.06%
G=38.90%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124013600.000.440.0559.4378.9573.92
HexF1F088002C53b4f4a
Octal3613602100054573117112
Binary1111000111110000100010000010110010111101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F088; }

 p { color: rgb(241,240,136); }

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

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

 a { background-color: rgb(241,240,136); }

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

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

 span { border-color: rgb(241,240,136); }

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