#FEF68C

Color #FEF68C Milan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milan #FEF68C

Tints of Milan #FEF68C

Color information

#FEF68C (or 0xFEF68C) is unknown color: approx Milan. HEX triplet: FE, F6 and 8C. RGB value is (254,246,140). Sum of RGB (Red+Green+Blue) = 254+246+140=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 140 (55.08% from 255 or 21.88% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF68C is #010973. Grayscale: #ECECEC. Windows color (decimal): -67956 or 9238270. OLE color: 9238270.

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

Color convert

RGB254246140-
CMYK00.030.450.00
HSL55.79º98.28%77.25%-
HSV(B)55.79º44.88%99.61%-
XYZ78.5688.8837.83-
YUV236.3173.65140.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 140 (55.08% from 255) = 21.88%
R=39.69%
G=38.44%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424614000.030.450.0055.7998.2877.25
HexFEF68C032D038624d
Octal3763662140355070142115
Binary111111101111011010001100011101101011100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF68C; }

 p { color: rgb(254,246,140); }

 H1.HeaderClassName
 {
   color: #FEF68C;
 }
 .AnyTagClassName
 {
   color: #FEF68C;
 }
</style>
background-color css

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

 a { background-color: rgb(254,246,140); }

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

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

 span { border-color: rgb(254,246,140); }

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