#FCF98C

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

Shades of Milan #FCF98C

Tints of Milan #FCF98C

Color information

#FCF98C (or 0xFCF98C) is unknown color: approx Milan. HEX triplet: FC, F9 and 8C. RGB value is (252,249,140). Sum of RGB (Red+Green+Blue) = 252+249+140=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 140 (55.08% from 255 or 21.84% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF98C is #030673. Grayscale: #EDEDED. Windows color (decimal): -198260 or 9239036. OLE color: 9239036.

HSL color Cylindrical-coordinate representation of color #FCF98C: hue angle of 58.39º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCF98C is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252249140-
CMYK00.010.440.01
HSL58.39º94.92%76.86%-
HSV(B)58.39º44.44%98.82%-
XYZ78.7590.3438.1-
YUV237.4772.99138.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 249 (97.66% from 255) = 38.85%
BLUE value IS 140 (55.08% from 255) = 21.84%
R=39.31%
G=38.85%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224914000.010.440.0158.3994.9276.86
HexFCF98C012C13a5f4d
Octal3743712140154172137115
Binary11111100111110011000110001101100111101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF98C; }

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

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

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

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

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

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

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

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