#F1F985

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

Shades of Tidal #F1F985

Tints of Tidal #F1F985

Color information

#F1F985 (or 0xF1F985) is unknown color: approx Tidal. HEX triplet: F1, F9 and 85. RGB value is (241,249,133). Sum of RGB (Red+Green+Blue) = 241+249+133=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 133 (52.34% from 255 or 21.35% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F985 is #0E067A. Grayscale: #E9E9E9. Windows color (decimal): -919163 or 8780273. OLE color: 8780273.

HSL color Cylindrical-coordinate representation of color #F1F985: hue angle of 64.14º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1F985 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB241249133-
CMYK0.0300.470.02
HSL64.14º90.62%74.9%-
HSV(B)64.14º46.59%97.65%-
XYZ74.3888.1535.28-
YUV233.3871.35133.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 249 (97.66% from 255) = 39.97%
BLUE value IS 133 (52.34% from 255) = 21.35%
R=38.68%
G=39.97%
B=21.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412491330.0300.470.0264.1490.6274.9
HexF1F985302F2405b4b
Octal36137120530572100133113
Binary11110001111110011000010111010111110100000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F985; }

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

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

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

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

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

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

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

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