#F0FE8C

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

Shades of Tidal #F0FE8C

Tints of Tidal #F0FE8C

Color information

#F0FE8C (or 0xF0FE8C) is unknown color: approx Tidal. HEX triplet: F0, FE and 8C. RGB value is (240,254,140). Sum of RGB (Red+Green+Blue) = 240+254+140=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 140 (55.08% from 255 or 22.08% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FE8C is #0F0173. Grayscale: #EDEDED. Windows color (decimal): -983412 or 9240304. OLE color: 9240304.

HSL color Cylindrical-coordinate representation of color #F0FE8C: hue angle of 67.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0FE8C is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB240254140-
CMYK0.0600.450.00
HSL67.37º98.28%77.25%-
HSV(B)67.37º44.88%99.61%-
XYZ76.1191.338.42-
YUV236.8273.36130.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 140 (55.08% from 255) = 22.08%
R=37.85%
G=40.06%
B=22.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541400.0600.450.0067.3798.2877.25
HexF0FE8C602D043624d
Octal36037621460550103142115
Binary11110000111111101000110011001011010100001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FE8C; }

 p { color: rgb(240,254,140); }

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

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

 a { background-color: rgb(240,254,140); }

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

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

 span { border-color: rgb(240,254,140); }

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