Html Css Color HEX #FEF595 Milan

📋 copy color: '#FEF595'

red 254 ◦ green 245 ◦ blue 149

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

Shades of Milan #FEF595

Tints of Milan #FEF595

RGB

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

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

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

R = 39.2%
G = 37.81%
B = 22.99%

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

#FEF595 (or 0xFEF595) is known color: Milan. HEX triplet: FE, F5 and 95. RGB value is (254,245,149). Sum of RGB (Red+Green+Blue) = 254+245+149=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 149 (58.59% from 255 or 22.99% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF595 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF595 is #010A6A. Grayscale: #EDEDED. Windows color (decimal): -68203 or 9827838. OLE color: 9827838.

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

Color convert

RGB 254 245 149 -
CMYK 0 0.04 0.41 0.00
HSL 54.86º 0.98% 0.79% -
HSV(B) 54.86º 0.41% 1% -
XYZ 78.95 88.55 41.36 -
YUV 236.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 254 245 149 0 0.04 0.41 0.00 54.86 0.98 0.79
Hex FE F5 95 0 4 29 0 37 62 4F
Octal 376 365 225 0 4 51 0 67 142 117
Binary 11111110 11110101 10010101 0 100 101001 0 110111 1100010 1001111

Color Harmonies of #FEF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF595

Black with #FEF595

Text Example


Text Example

White with #FEF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF595; }

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

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

background-color css

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

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

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

border-color css

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

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

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