#F2F189

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

Shades of Tidal #F2F189

Tints of Tidal #F2F189

Color information

#F2F189 (or 0xF2F189) is unknown color: approx Tidal. HEX triplet: F2, F1 and 89. RGB value is (242,241,137). Sum of RGB (Red+Green+Blue) = 242+241+137=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 137 (53.91% from 255 or 22.10% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F189 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F189 is #0D0E76. Grayscale: #E5E5E5. Windows color (decimal): -855671 or 9040370. OLE color: 9040370.

HSL color Cylindrical-coordinate representation of color #F2F189: hue angle of 59.43º degrees, saturation: 0.8, 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 #F2F189 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242241137-
CMYK00.000.430.05
HSL59.43º80.15%74.31%-
HSV(B)59.43º43.39%94.9%-
XYZ72.5983.5935.98-
YUV229.4475.83136.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 137 (53.91% from 255) = 22.10%
R=39.03%
G=38.87%
B=22.10%

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
Decimal24224113700.000.430.0559.4380.1574.31
HexF2F189002B53b504a
Octal3623612110053573120112
Binary1111001011110001100010010010101110111101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F189; }

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

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

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

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

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

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

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

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