Html Css Color HEX #FEF394 Milan

📋 copy color: '#FEF394'

red 254 ◦ green 243 ◦ blue 148

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

Shades of Milan #FEF394

Tints of Milan #FEF394

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.67%

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

R = 39.38%
G = 37.67%
B = 22.95%

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

#FEF394 (or 0xFEF394) is known color: Milan. HEX triplet: FE, F3 and 94. RGB value is (254,243,148). Sum of RGB (Red+Green+Blue) = 254+243+148=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 148 (58.20% from 255 or 22.95% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF394 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF394 is #010C6B. Grayscale: #EBEBEB. Windows color (decimal): -68716 or 9761790. OLE color: 9761790.

HSL color Cylindrical-coordinate representation of color #FEF394: hue angle of 53.77º 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 #FEF394 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 243 148 -
CMYK 0 0.04 0.42 0.00
HSL 53.77º 0.98% 0.79% -
HSV(B) 53.77º 0.42% 1% -
XYZ 78.27 87.31 40.74 -
YUV 235.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 254 243 148 0 0.04 0.42 0.00 53.77 0.98 0.79
Hex FE F3 94 0 4 2A 0 36 62 4F
Octal 376 363 224 0 4 52 0 66 142 117
Binary 11111110 11110011 10010100 0 100 101010 0 110110 1100010 1001111

Color Harmonies of #FEF394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF394

Black with #FEF394

Text Example


Text Example

White with #FEF394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF394; }

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

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

background-color css

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

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

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

border-color css

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

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

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