#F1F08A

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

Shades of Tidal #F1F08A

Tints of Tidal #F1F08A

Color information

#F1F08A (or 0xF1F08A) is unknown color: approx Tidal. HEX triplet: F1, F0 and 8A. RGB value is (241,240,138). Sum of RGB (Red+Green+Blue) = 241+240+138=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F08A is #0E0F75. Grayscale: #E5E5E5. Windows color (decimal): -921462 or 9105649. OLE color: 9105649.

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

Color convert

RGB241240138-
CMYK00.000.430.05
HSL59.42º78.63%74.31%-
HSV(B)59.42º42.74%94.51%-
XYZ72.0282.8636.24-
YUV228.6776.83136.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 138 (54.30% from 255) = 22.29%
R=38.93%
G=38.77%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124013800.000.430.0559.4278.6374.31
HexF1F08A002B53b4f4a
Octal3613602120053573117112
Binary1111000111110000100010100010101110111101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F08A; }

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

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

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

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

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

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

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

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