Html Css Color HEX #FEF795 Milan

📋 copy color: '#FEF795'

red 254 ◦ green 247 ◦ blue 149

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

Shades of Milan #FEF795

Tints of Milan #FEF795

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38%

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

R = 39.08%
G = 38%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEF795 (or 0xFEF795) is known color: Milan. HEX triplet: FE, F7 and 95. RGB value is (254,247,149). Sum of RGB (Red+Green+Blue) = 254+247+149=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 149 (58.59% from 255 or 22.92% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF795 is #01086A. Grayscale: #EEEEEE. Windows color (decimal): -67691 or 9828350. OLE color: 9828350.

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

Color convert

RGB 254 247 149 -
CMYK 0 0.03 0.41 0.00
HSL 56º 0.98% 0.79% -
HSV(B) 56º 0.41% 1% -
XYZ 79.56 89.76 41.57 -
YUV 237.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 254 247 149 0 0.03 0.41 0.00 56 0.98 0.79
Hex FE F7 95 0 3 29 0 38 62 4F
Octal 376 367 225 0 3 51 0 70 142 117
Binary 11111110 11110111 10010101 0 11 101001 0 111000 1100010 1001111

Color Harmonies of #FEF795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF795

Black with #FEF795

Text Example


Text Example

White with #FEF795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF795; }

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

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

background-color css

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

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

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

border-color css

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

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

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