#FEF58A

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

Shades of Milan #FEF58A

Tints of Milan #FEF58A

Color information

#FEF58A (or 0xFEF58A) is unknown color: approx Milan. HEX triplet: FE, F5 and 8A. RGB value is (254,245,138). Sum of RGB (Red+Green+Blue) = 254+245+138=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 138 (54.30% from 255 or 21.66% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF58A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF58A is #010A75. Grayscale: #EBEBEB. Windows color (decimal): -68214 or 9106942. OLE color: 9106942.

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

Color convert

RGB254245138-
CMYK00.040.460.00
HSL55.34º98.31%76.86%-
HSV(B)55.34º45.67%99.61%-
XYZ78.1188.2136.95-
YUV235.4972.98141.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 245 (96.09% from 255) = 38.46%
BLUE value IS 138 (54.30% from 255) = 21.66%
R=39.87%
G=38.46%
B=21.66%

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
Decimal25424513800.040.460.0055.3498.3176.86
HexFEF58A042E037624d
Octal3763652120456067142115
Binary1111111011110101100010100100101110011011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF58A; }

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

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

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

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

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

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

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

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