#F1F485

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

Shades of Tidal #F1F485

Tints of Tidal #F1F485

Color information

#F1F485 (or 0xF1F485) is unknown color: approx Tidal. HEX triplet: F1, F4 and 85. RGB value is (241,244,133). Sum of RGB (Red+Green+Blue) = 241+244+133=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F485 is #0E0B7A. Grayscale: #E6E6E6. Windows color (decimal): -920443 or 8778993. OLE color: 8778993.

HSL color Cylindrical-coordinate representation of color #F1F485: hue angle of 61.62º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1F485 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB241244133-
CMYK0.0100.450.04
HSL61.62º83.46%73.92%-
HSV(B)61.62º45.49%95.69%-
XYZ72.8685.134.78-
YUV230.4573.01135.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 244 (95.70% from 255) = 39.48%
BLUE value IS 133 (52.34% from 255) = 21.52%
R=39.00%
G=39.48%
B=21.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412441330.0100.450.0461.6283.4673.92
HexF1F485102D43e534a
Octal3613642051055476123112
Binary1111000111110100100001011010110110011111010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F485; }

 p { color: rgb(241,244,133); }

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

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

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

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

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

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

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