#FEF48D

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

Shades of Milan #FEF48D

Tints of Milan #FEF48D

Color information

#FEF48D (or 0xFEF48D) is unknown color: approx Milan. HEX triplet: FE, F4 and 8D. RGB value is (254,244,141). Sum of RGB (Red+Green+Blue) = 254+244+141=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 141 (55.47% from 255 or 22.07% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF48D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF48D is #010B72. Grayscale: #EBEBEB. Windows color (decimal): -68467 or 9303294. OLE color: 9303294.

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

Color convert

RGB254244141-
CMYK00.040.440.00
HSL54.69º98.26%77.45%-
HSV(B)54.69º44.49%99.61%-
XYZ78.0387.738.01-
YUV235.2574.81141.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 244 (95.70% from 255) = 38.18%
BLUE value IS 141 (55.47% from 255) = 22.07%
R=39.75%
G=38.18%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424414100.040.440.0054.6998.2677.45
HexFEF48D042C037624d
Octal3763642150454067142115
Binary1111111011110100100011010100101100011011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF48D; }

 p { color: rgb(254,244,141); }

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

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

 a { background-color: rgb(254,244,141); }

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

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

 span { border-color: rgb(254,244,141); }

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