#F0F18A

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

Shades of Tidal #F0F18A

Tints of Tidal #F0F18A

Color information

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

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

Color convert

RGB240241138-
CMYK0.0000.430.05
HSL60.58º78.63%74.31%-
HSV(B)60.58º42.74%94.51%-
XYZ71.9883.2736.32-
YUV228.9676.67135.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411380.0000.430.0560.5878.6374.31
HexF0F18A002B53d4f4a
Octal3603612120053575117112
Binary1111000011110001100010100010101110111110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F18A; }

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

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

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

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

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

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

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

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