#F0FC8A

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

Shades of Tidal #F0FC8A

Tints of Tidal #F0FC8A

Color information

#F0FC8A (or 0xF0FC8A) is unknown color: approx Tidal. HEX triplet: F0, FC and 8A. RGB value is (240,252,138). Sum of RGB (Red+Green+Blue) = 240+252+138=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 138 (54.30% from 255 or 21.90% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FC8A is #0F0375. Grayscale: #EBEBEB. Windows color (decimal): -983926 or 9108720. OLE color: 9108720.

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

Color convert

RGB240252138-
CMYK0.0500.450.01
HSL66.32º95%76.47%-
HSV(B)66.32º45.24%98.82%-
XYZ75.3389.9837.44-
YUV235.4273.02131.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 138 (54.30% from 255) = 21.90%
R=38.10%
G=40%
B=21.90%

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
Decimal2402521380.0500.450.0166.329576.47
HexF0FC8A502D1425f4c
Octal36037421250551102137114
Binary11110000111111001000101010101011011100001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FC8A; }

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

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

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

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

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

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

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

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