#F8FC85

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

Shades of Tidal #F8FC85

Tints of Tidal #F8FC85

Color information

#F8FC85 (or 0xF8FC85) is unknown color: approx Tidal. HEX triplet: F8, FC and 85. RGB value is (248,252,133). Sum of RGB (Red+Green+Blue) = 248+252+133=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 133 (52.34% from 255 or 21.01% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FC85 is #07037A. Grayscale: #EDEDED. Windows color (decimal): -459643 or 8781048. OLE color: 8781048.

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

Color convert

RGB248252133-
CMYK0.0200.470.01
HSL62.02º95.2%75.49%-
HSV(B)62.02º47.22%98.82%-
XYZ77.7691.2735.71-
YUV237.2469.17135.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.18%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 133 (52.34% from 255) = 21.01%
R=39.18%
G=39.81%
B=21.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482521330.0200.470.0162.0295.275.49
HexF8FC85202F13e5f4b
Octal3703742052057176137113
Binary111110001111110010000101100101111111111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FC85; }

 p { color: rgb(248,252,133); }

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

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

 a { background-color: rgb(248,252,133); }

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

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

 span { border-color: rgb(248,252,133); }

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