#F0F78A

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

Shades of Tidal #F0F78A

Tints of Tidal #F0F78A

Color information

#F0F78A (or 0xF0F78A) is unknown color: approx Tidal. HEX triplet: F0, F7 and 8A. RGB value is (240,247,138). Sum of RGB (Red+Green+Blue) = 240+247+138=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F78A is #0F0875. Grayscale: #E8E8E8. Windows color (decimal): -985206 or 9107440. OLE color: 9107440.

HSL color Cylindrical-coordinate representation of color #F0F78A: hue angle of 63.85º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0F78A is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB240247138-
CMYK0.0300.440.03
HSL63.85º87.2%75.49%-
HSV(B)63.85º44.13%96.86%-
XYZ73.7886.8836.93-
YUV232.4874.68133.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 247 (96.88% from 255) = 39.52%
BLUE value IS 138 (54.30% from 255) = 22.08%
R=38.4%
G=39.52%
B=22.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402471380.0300.440.0363.8587.275.49
HexF0F78A302C340574b
Octal36036721230543100127113
Binary11110000111101111000101011010110011100000010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F78A; }

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

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

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

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

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

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

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

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