#F2F18D

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

Shades of Tidal #F2F18D

Tints of Tidal #F2F18D

Color information

#F2F18D (or 0xF2F18D) is unknown color: approx Tidal. HEX triplet: F2, F1 and 8D. RGB value is (242,241,141). Sum of RGB (Red+Green+Blue) = 242+241+141=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F18D is #0D0E72. Grayscale: #E6E6E6. Windows color (decimal): -855667 or 9302514. OLE color: 9302514.

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

Color convert

RGB242241141-
CMYK00.000.420.05
HSL59.41º79.53%75.1%-
HSV(B)59.41º41.74%94.9%-
XYZ72.8883.7137.52-
YUV229.977.83136.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 141 (55.47% from 255) = 22.60%
R=38.78%
G=38.62%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224114100.000.420.0559.4179.5375.1
HexF2F18D002A53b504b
Octal3623612150052573120113
Binary1111001011110001100011010010101010111101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F18D; }

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

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

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

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

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

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

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

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