#FEF48A

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

Shades of Milan #FEF48A

Tints of Milan #FEF48A

Color information

#FEF48A (or 0xFEF48A) is unknown color: approx Milan. HEX triplet: FE, F4 and 8A. RGB value is (254,244,138). Sum of RGB (Red+Green+Blue) = 254+244+138=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 138 (54.30% from 255 or 21.70% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF48A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF48A is #010B75. Grayscale: #EBEBEB. Windows color (decimal): -68470 or 9106686. OLE color: 9106686.

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

Color convert

RGB254244138-
CMYK00.040.460.00
HSL54.83º98.31%76.86%-
HSV(B)54.83º45.67%99.61%-
XYZ77.8187.6136.85-
YUV234.9173.31141.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.94%
GREEN value IS 244 (95.70% from 255) = 38.36%
BLUE value IS 138 (54.30% from 255) = 21.70%
R=39.94%
G=38.36%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424413800.040.460.0054.8398.3176.86
HexFEF48A042E037624d
Octal3763642120456067142115
Binary1111111011110100100010100100101110011011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF48A; }

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

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

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

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

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

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

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

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