#F4FB80

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

Shades of Tidal #F4FB80

Tints of Tidal #F4FB80

Color information

#F4FB80 (or 0xF4FB80) is unknown color: approx Tidal. HEX triplet: F4, FB and 80. RGB value is (244,251,128). Sum of RGB (Red+Green+Blue) = 244+251+128=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #F4FB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FB80 is #0B047F. Grayscale: #EBEBEB. Windows color (decimal): -722048 or 8453108. OLE color: 8453108.

HSL color Cylindrical-coordinate representation of color #F4FB80: hue angle of 63.41º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4FB80 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB244251128-
CMYK0.0300.490.02
HSL63.41º93.89%74.31%-
HSV(B)63.41º49%98.43%-
XYZ75.789.7933.76-
YUV234.8967.68134.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.17%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 128 (50.39% from 255) = 20.55%
R=39.17%
G=40.29%
B=20.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442511280.0300.490.0263.4193.8974.31
HexF4FB80303123f5e4a
Octal3643732003061277136112
Binary1111010011111011100000001101100011011111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FB80; }

 p { color: rgb(244,251,128); }

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

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

 a { background-color: rgb(244,251,128); }

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

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

 span { border-color: rgb(244,251,128); }

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