#F8F886

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

Shades of Tidal #F8F886

Tints of Tidal #F8F886

Color information

#F8F886 (or 0xF8F886) is unknown color: approx Tidal. HEX triplet: F8, F8 and 86. RGB value is (248,248,134). Sum of RGB (Red+Green+Blue) = 248+248+134=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 134 (52.73% from 255 or 21.27% from 630); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F886 is #070779. Grayscale: #EBEBEB. Windows color (decimal): -460666 or 8845560. OLE color: 8845560.

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

Color convert

RGB248248134-
CMYK000.460.03
HSL60º89.06%74.9%-
HSV(B)60º45.97%97.25%-
XYZ76.5888.8135.66-
YUV23571137.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 248 (97.27% from 255) = 39.37%
BLUE value IS 134 (52.73% from 255) = 21.27%
R=39.37%
G=39.37%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248248134000.460.036089.0674.9
HexF8F886002E33c594b
Octal3703702060056374131113
Binary111110001111100010000110001011101111110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F886; }

 p { color: rgb(248,248,134); }

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

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

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

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

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

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

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