#F1F388

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

Shades of Tidal #F1F388

Tints of Tidal #F1F388

Color information

#F1F388 (or 0xF1F388) is unknown color: approx Tidal. HEX triplet: F1, F3 and 88. RGB value is (241,243,136). Sum of RGB (Red+Green+Blue) = 241+243+136=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 136 (53.52% from 255 or 21.94% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F388 is #0E0C77. Grayscale: #E6E6E6. Windows color (decimal): -920696 or 8975345. OLE color: 8975345.

HSL color Cylindrical-coordinate representation of color #F1F388: hue angle of 61.12º degrees, saturation: 0.82, 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 #F1F388 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241243136-
CMYK0.0100.440.05
HSL61.12º81.68%74.31%-
HSV(B)61.12º44.03%95.29%-
XYZ72.7784.5835.78-
YUV230.274.84135.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 243 (95.31% from 255) = 39.19%
BLUE value IS 136 (53.52% from 255) = 21.94%
R=38.87%
G=39.19%
B=21.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412431360.0100.440.0561.1281.6874.31
HexF1F388102C53d524a
Octal3613632101054575122112
Binary1111000111110011100010001010110010111110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F388; }

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

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

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

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

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

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

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

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