Html Css Color HEX #FEF485 Milan

📋 copy color: '#FEF485'

red 254 ◦ green 244 ◦ blue 133

#FEF485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milan #FEF485

Tints of Milan #FEF485

RGB

 RED value IS 254 (99.61% from 255) = 40.25%

 GREEN value IS 244 (95.7% 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 value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEF485 (or 0xFEF485) is known color: 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

RGB 254 244 133 -
CMYK 0 0.04 0.48 0.00
HSL 55.04º 0.98% 0.76% -
HSV(B) 55.04º 0.48% 1% -
XYZ 77.46 87.47 34.99 -
YUV 234.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 254 244 133 0 0.04 0.48 0.00 55.04 0.98 0.76
Hex FE F4 85 0 4 30 0 37 62 4C
Octal 376 364 205 0 4 60 0 67 142 114
Binary 11111110 11110100 10000101 0 100 110000 0 110111 1100010 1001100

Color Harmonies of #FEF485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF485

Black with #FEF485

Text Example


Text Example

White with #FEF485

Text Example


Text Example

HTML Codes & Css Web 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>