Html Css Color HEX #FEF495 Milan

📋 copy color: '#FEF495'

red 254 ◦ green 244 ◦ blue 149

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

Shades of Milan #FEF495

Tints of Milan #FEF495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.03%

R = 39.26%
G = 37.71%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEF495 (or 0xFEF495) is known color: Milan. HEX triplet: FE, F4 and 95. RGB value is (254,244,149). Sum of RGB (Red+Green+Blue) = 254+244+149=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 149 (58.59% from 255 or 23.03% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF495 is #010B6A. Grayscale: #ECECEC. Windows color (decimal): -68459 or 9827582. OLE color: 9827582.

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

Color convert

RGB 254 244 149 -
CMYK 0 0.04 0.41 0.00
HSL 54.29º 0.98% 0.79% -
HSV(B) 54.29º 0.41% 1% -
XYZ 78.65 87.94 41.26 -
YUV 236.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 254 244 149 0 0.04 0.41 0.00 54.29 0.98 0.79
Hex FE F4 95 0 4 29 0 36 62 4F
Octal 376 364 225 0 4 51 0 66 142 117
Binary 11111110 11110100 10010101 0 100 101001 0 110110 1100010 1001111

Color Harmonies of #FEF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF495

Black with #FEF495

Text Example


Text Example

White with #FEF495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF495; }

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

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

background-color css

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

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

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

border-color css

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

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

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