Html Css Color HEX #FEF494 Milan

📋 copy color: '#FEF494'

red 254 ◦ green 244 ◦ blue 148

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

Shades of Milan #FEF494

Tints of Milan #FEF494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 22.91%

R = 39.32%
G = 37.77%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEF494 (or 0xFEF494) is known color: Milan. HEX triplet: FE, F4 and 94. RGB value is (254,244,148). Sum of RGB (Red+Green+Blue) = 254+244+148=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 148 (58.20% from 255 or 22.91% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF494 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF494 is #010B6B. Grayscale: #ECECEC. Windows color (decimal): -68460 or 9762046. OLE color: 9762046.

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

Color convert

RGB 254 244 148 -
CMYK 0 0.04 0.42 0.00
HSL 54.34º 0.98% 0.79% -
HSV(B) 54.34º 0.42% 1% -
XYZ 78.57 87.91 40.84 -
YUV 236.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 254 244 148 0 0.04 0.42 0.00 54.34 0.98 0.79
Hex FE F4 94 0 4 2A 0 36 62 4F
Octal 376 364 224 0 4 52 0 66 142 117
Binary 11111110 11110100 10010100 0 100 101010 0 110110 1100010 1001111

Color Harmonies of #FEF494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF494

Black with #FEF494

Text Example


Text Example

White with #FEF494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF494; }

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

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

background-color css

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

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

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

border-color css

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

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

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