#F0FA8C

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

Shades of Tidal #F0FA8C

Tints of Tidal #F0FA8C

Color information

#F0FA8C (or 0xF0FA8C) is unknown color: approx Tidal. HEX triplet: F0, FA and 8C. RGB value is (240,250,140). Sum of RGB (Red+Green+Blue) = 240+250+140=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 140 (55.08% from 255 or 22.22% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FA8C is #0F0573. Grayscale: #EAEAEA. Windows color (decimal): -984436 or 9239280. OLE color: 9239280.

HSL color Cylindrical-coordinate representation of color #F0FA8C: hue angle of 65.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0FA8C is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB240250140-
CMYK0.0400.440.02
HSL65.45º91.67%76.47%-
HSV(B)65.45º44%98.04%-
XYZ74.8588.7938-
YUV234.4774.69131.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 140 (55.08% from 255) = 22.22%
R=38.10%
G=39.68%
B=22.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402501400.0400.440.0265.4591.6776.47
HexF0FA8C402C2415c4c
Octal36037221440542101134114
Binary111100001111101010001100100010110010100000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FA8C; }

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

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

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

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

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

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

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

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