#FEE686

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

Shades of Vis Vis #FEE686

Tints of Vis Vis #FEE686

Color information

#FEE686 (or 0xFEE686) is unknown color: approx Vis Vis. HEX triplet: FE, E6 and 86. RGB value is (254,230,134). Sum of RGB (Red+Green+Blue) = 254+230+134=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 134 (52.73% from 255 or 21.68% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE686 is #011979. Grayscale: #E2E2E2. Windows color (decimal): -72058 or 8840958. OLE color: 8840958.

HSL color Cylindrical-coordinate representation of color #FEE686: hue angle of 48º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEE686 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB254230134-
CMYK00.090.470.00
HSL48º98.36%76.08%-
HSV(B)48º47.24%99.61%-
XYZ73.4779.3934-
YUV226.2375.95147.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 134 (52.73% from 255) = 21.68%
R=41.10%
G=37.22%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423013400.090.470.004898.3676.08
HexFEE686092F030624c
Octal37634620601157060142114
Binary11111110111001101000011001001101111011000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE686; }

 p { color: rgb(254,230,134); }

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

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

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

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

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

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

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