#F0F18D

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

Shades of Tidal #F0F18D

Tints of Tidal #F0F18D

Color information

#F0F18D (or 0xF0F18D) is unknown color: approx Tidal. HEX triplet: F0, F1 and 8D. RGB value is (240,241,141). Sum of RGB (Red+Green+Blue) = 240+241+141=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 141 (55.47% from 255 or 22.67% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F18D is #0F0E72. Grayscale: #E5E5E5. Windows color (decimal): -986739 or 9302512. OLE color: 9302512.

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

Color convert

RGB240241141-
CMYK0.0000.410.05
HSL60.6º78.12%74.9%-
HSV(B)60.6º41.49%94.51%-
XYZ72.283.3637.48-
YUV229.378.17135.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 141 (55.47% from 255) = 22.67%
R=38.59%
G=38.75%
B=22.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411410.0000.410.0560.678.1274.9
HexF0F18D002953d4e4b
Octal3603612150051575116113
Binary1111000011110001100011010010100110111110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F18D; }

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

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

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

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

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

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

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

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