#F1F186

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

Shades of Tidal #F1F186

Tints of Tidal #F1F186

Color information

#F1F186 (or 0xF1F186) is unknown color: approx Tidal. HEX triplet: F1, F1 and 86. RGB value is (241,241,134). Sum of RGB (Red+Green+Blue) = 241+241+134=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 134 (52.73% from 255 or 21.75% from 616); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F186 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F186 is #0E0E79. Grayscale: #E5E5E5. Windows color (decimal): -921210 or 8843761. OLE color: 8843761.

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

Color convert

RGB241241134-
CMYK000.440.05
HSL60º79.26%73.53%-
HSV(B)60º44.4%94.51%-
XYZ72.0383.3334.84-
YUV228.874.5136.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 241 (94.53% from 255) = 39.12%
BLUE value IS 134 (52.73% from 255) = 21.75%
R=39.12%
G=39.12%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241134000.440.056079.2673.53
HexF1F186002C53c4f4a
Octal3613612060054574117112
Binary1111000111110001100001100010110010111110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F186; }

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

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

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

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

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

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

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

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