Html Css Color HEX #FEF594 Milan

📋 copy color: '#FEF594'

red 254 ◦ green 245 ◦ blue 148

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

Shades of Milan #FEF594

Tints of Milan #FEF594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.87%

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

R = 39.26%
G = 37.87%
B = 22.87%

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

#FEF594 (or 0xFEF594) is known color: Milan. HEX triplet: FE, F5 and 94. RGB value is (254,245,148). Sum of RGB (Red+Green+Blue) = 254+245+148=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 148 (58.20% from 255 or 22.87% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF594 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF594 is #010A6B. Grayscale: #EDEDED. Windows color (decimal): -68204 or 9762302. OLE color: 9762302.

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

Color convert

RGB 254 245 148 -
CMYK 0 0.04 0.42 0.00
HSL 54.91º 0.98% 0.79% -
HSV(B) 54.91º 0.42% 1% -
XYZ 78.87 88.51 40.94 -
YUV 236.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 254 245 148 0 0.04 0.42 0.00 54.91 0.98 0.79
Hex FE F5 94 0 4 2A 0 37 62 4F
Octal 376 365 224 0 4 52 0 67 142 117
Binary 11111110 11110101 10010100 0 100 101010 0 110111 1100010 1001111

Color Harmonies of #FEF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF594

Black with #FEF594

Text Example


Text Example

White with #FEF594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF594; }

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

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

background-color css

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

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

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

border-color css

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

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

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