#F0FD8A

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

Shades of Tidal #F0FD8A

Tints of Tidal #F0FD8A

Color information

#F0FD8A (or 0xF0FD8A) is unknown color: approx Tidal. HEX triplet: F0, FD and 8A. RGB value is (240,253,138). Sum of RGB (Red+Green+Blue) = 240+253+138=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 138 (54.30% from 255 or 21.87% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FD8A is #0F0275. Grayscale: #ECECEC. Windows color (decimal): -983670 or 9108976. OLE color: 9108976.

HSL color Cylindrical-coordinate representation of color #F0FD8A: hue angle of 66.78º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0FD8A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB240253138-
CMYK0.0500.450.01
HSL66.78º96.64%76.67%-
HSV(B)66.78º45.45%99.22%-
XYZ75.6590.6137.55-
YUV23672.69130.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 138 (54.30% from 255) = 21.87%
R=38.03%
G=40.10%
B=21.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402531380.0500.450.0166.7896.6476.67
HexF0FD8A502D143614d
Octal36037521250551103141115
Binary11110000111111011000101010101011011100001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FD8A; }

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

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

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

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

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

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

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

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