#FCF98A

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

Shades of Milan #FCF98A

Tints of Milan #FCF98A

Color information

#FCF98A (or 0xFCF98A) is unknown color: approx Milan. HEX triplet: FC, F9 and 8A. RGB value is (252,249,138). Sum of RGB (Red+Green+Blue) = 252+249+138=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 138 (54.30% from 255 or 21.60% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF98A is #030675. Grayscale: #EDEDED. Windows color (decimal): -198262 or 9107964. OLE color: 9107964.

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

Color convert

RGB252249138-
CMYK00.010.450.01
HSL58.42º95%76.47%-
HSV(B)58.42º45.24%98.82%-
XYZ78.6190.2837.33-
YUV237.2471.99138.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 138 (54.30% from 255) = 21.60%
R=39.44%
G=38.97%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224913800.010.450.0158.429576.47
HexFCF98A012D13a5f4c
Octal3743712120155172137114
Binary11111100111110011000101001101101111101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF98A; }

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

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

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

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

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

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

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

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