#F1F286

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

Shades of Tidal #F1F286

Tints of Tidal #F1F286

Color information

#F1F286 (or 0xF1F286) is unknown color: approx Tidal. HEX triplet: F1, F2 and 86. RGB value is (241,242,134). Sum of RGB (Red+Green+Blue) = 241+242+134=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 134 (52.73% from 255 or 21.72% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F286 is #0E0D79. Grayscale: #E5E5E5. Windows color (decimal): -920954 or 8844017. OLE color: 8844017.

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

Color convert

RGB241242134-
CMYK0.0000.450.05
HSL60.56º80.6%73.73%-
HSV(B)60.56º44.63%94.9%-
XYZ72.3383.9334.94-
YUV229.3974.17136.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 242 (94.92% from 255) = 39.22%
BLUE value IS 134 (52.73% from 255) = 21.72%
R=39.06%
G=39.22%
B=21.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412421340.0000.450.0560.5680.673.73
HexF1F286002D53d514a
Octal3613622060055575121112
Binary1111000111110010100001100010110110111110110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F286; }

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

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

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

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

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

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

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

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