#FEF98C

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

Shades of Milan #FEF98C

Tints of Milan #FEF98C

Color information

#FEF98C (or 0xFEF98C) is unknown color: approx Milan. HEX triplet: FE, F9 and 8C. RGB value is (254,249,140). Sum of RGB (Red+Green+Blue) = 254+249+140=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 140 (55.08% from 255 or 21.77% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF98C is #010673. Grayscale: #EEEEEE. Windows color (decimal): -67188 or 9239038. OLE color: 9239038.

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

Color convert

RGB254249140-
CMYK00.020.450.00
HSL57.37º98.28%77.25%-
HSV(B)57.37º44.88%99.61%-
XYZ79.4890.7238.13-
YUV238.0772.66139.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 249 (97.66% from 255) = 38.72%
BLUE value IS 140 (55.08% from 255) = 21.77%
R=39.50%
G=38.72%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424914000.020.450.0057.3798.2877.25
HexFEF98C022D039624d
Octal3763712140255071142115
Binary111111101111100110001100010101101011100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF98C; }

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

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

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

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

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

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

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

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