#FEF186

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

Shades of Milan #FEF186

Tints of Milan #FEF186

Color information

#FEF186 (or 0xFEF186) is unknown color: approx Milan. HEX triplet: FE, F1 and 86. RGB value is (254,241,134). Sum of RGB (Red+Green+Blue) = 254+241+134=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 134 (52.73% from 255 or 21.30% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF186 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF186 is #010E79. Grayscale: #E9E9E9. Windows color (decimal): -69242 or 8843774. OLE color: 8843774.

HSL color Cylindrical-coordinate representation of color #FEF186: hue angle of 53.5º 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 #FEF186 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB254241134-
CMYK00.050.470.00
HSL53.5º98.36%76.08%-
HSV(B)53.5º47.24%99.61%-
XYZ76.6385.735.06-
YUV232.6972.31143.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 134 (52.73% from 255) = 21.30%
R=40.38%
G=38.31%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424113400.050.470.0053.598.3676.08
HexFEF186052F036624c
Octal3763612060557066142114
Binary1111111011110001100001100101101111011011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF186; }

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

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

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

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

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

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

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

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