#FEF291

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

Shades of Milan #FEF291

Tints of Milan #FEF291

Color information

#FEF291 (or 0xFEF291) is unknown color: approx Milan. HEX triplet: FE, F2 and 91. RGB value is (254,242,145). Sum of RGB (Red+Green+Blue) = 254+242+145=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 145 (57.03% from 255 or 22.62% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF291 is #010D6E. Grayscale: #EAEAEA. Windows color (decimal): -68975 or 9564926. OLE color: 9564926.

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

Color convert

RGB254242145-
CMYK00.050.430.00
HSL53.39º98.2%78.24%-
HSV(B)53.39º42.91%99.61%-
XYZ77.7486.6239.41-
YUV234.5377.48141.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 145 (57.03% from 255) = 22.62%
R=39.63%
G=37.75%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424214500.050.430.0053.3998.278.24
HexFEF291052B035624e
Octal3763622210553065142116
Binary1111111011110010100100010101101011011010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF291; }

 p { color: rgb(254,242,145); }

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

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

 a { background-color: rgb(254,242,145); }

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

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

 span { border-color: rgb(254,242,145); }

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