Html Css Color HEX #FEF486 Milan

📋 copy color: '#FEF486'

red 254 ◦ green 244 ◦ blue 134

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

Shades of Milan #FEF486

Tints of Milan #FEF486

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.61%

 BLUE value IS 134 (52.73% from 255) = 21.2%

R = 40.19%
G = 38.61%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEF486 (or 0xFEF486) is known color: Milan. HEX triplet: FE, F4 and 86. RGB value is (254,244,134). Sum of RGB (Red+Green+Blue) = 254+244+134=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 134 (52.73% from 255 or 21.20% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF486 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF486 is #010B79. Grayscale: #EAEAEA. Windows color (decimal): -68474 or 8844542. OLE color: 8844542.

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

Color convert

RGB 254 244 134 -
CMYK 0 0.04 0.47 0.00
HSL 55º 0.98% 0.76% -
HSV(B) 55º 0.47% 1% -
XYZ 77.53 87.49 35.36 -
YUV 234.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 254 244 134 0 0.04 0.47 0.00 55 0.98 0.76
Hex FE F4 86 0 4 2F 0 37 62 4C
Octal 376 364 206 0 4 57 0 67 142 114
Binary 11111110 11110100 10000110 0 100 101111 0 110111 1100010 1001100

Color Harmonies of #FEF486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF486

Black with #FEF486

Text Example


Text Example

White with #FEF486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF486; }

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

 H1.HeaderClassName
 {
   color: #FEF486;
 }
 .AnyTagClassName
 {
   color: #FEF486;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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