#F1F085

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

Shades of Tidal #F1F085

Tints of Tidal #F1F085

Color information

#F1F085 (or 0xF1F085) is unknown color: approx Tidal. HEX triplet: F1, F0 and 85. RGB value is (241,240,133). Sum of RGB (Red+Green+Blue) = 241+240+133=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F085 is #0E0F7A. Grayscale: #E4E4E4. Windows color (decimal): -921467 or 8777969. OLE color: 8777969.

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

Color convert

RGB241240133-
CMYK00.000.450.05
HSL59.44º79.41%73.33%-
HSV(B)59.44º44.81%94.51%-
XYZ71.6782.7134.38-
YUV228.174.33137.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 240 (94.14% from 255) = 39.09%
BLUE value IS 133 (52.34% from 255) = 21.66%
R=39.25%
G=39.09%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124013300.000.450.0559.4479.4173.33
HexF1F085002D53b4f49
Octal3613602050055573117111
Binary1111000111110000100001010010110110111101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F085; }

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

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

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

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

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

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

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

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