#F2F184

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

Shades of Tidal #F2F184

Tints of Tidal #F2F184

Color information

#F2F184 (or 0xF2F184) is unknown color: approx Tidal. HEX triplet: F2, F1 and 84. RGB value is (242,241,132). Sum of RGB (Red+Green+Blue) = 242+241+132=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F184 is #0D0E7B. Grayscale: #E5E5E5. Windows color (decimal): -855676 or 8712690. OLE color: 8712690.

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

Color convert

RGB242241132-
CMYK00.000.450.05
HSL59.45º80.88%73.33%-
HSV(B)59.45º45.45%94.9%-
XYZ72.2483.4534.13-
YUV228.8773.33137.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 241 (94.53% from 255) = 39.19%
BLUE value IS 132 (51.95% from 255) = 21.46%
R=39.35%
G=39.19%
B=21.46%

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
Decimal24224113200.000.450.0559.4580.8873.33
HexF2F184002D53b5149
Octal3623612040055573121111
Binary1111001011110001100001000010110110111101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F184; }

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

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

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

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

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

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

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

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