#FEF485

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

Shades of Milan #FEF485

Tints of Milan #FEF485

Color information

#FEF485 (or 0xFEF485) is unknown color: approx Milan. HEX triplet: FE, F4 and 85. RGB value is (254,244,133). Sum of RGB (Red+Green+Blue) = 254+244+133=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 133 (52.34% from 255 or 21.08% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF485 is #010B7A. Grayscale: #EAEAEA. Windows color (decimal): -68475 or 8779006. OLE color: 8779006.

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

Color convert

RGB254244133-
CMYK00.040.480.00
HSL55.04º98.37%75.88%-
HSV(B)55.04º47.64%99.61%-
XYZ77.4687.4734.99-
YUV234.3470.81142.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 244 (95.70% from 255) = 38.67%
BLUE value IS 133 (52.34% from 255) = 21.08%
R=40.25%
G=38.67%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424413300.040.480.0055.0498.3775.88
HexFEF4850430037624c
Octal3763642050460067142114
Binary1111111011110100100001010100110000011011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF485; }

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

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

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

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

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

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

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

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