#FCF28F

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

Shades of Milan #FCF28F

Tints of Milan #FCF28F

Color information

#FCF28F (or 0xFCF28F) is unknown color: approx Milan. HEX triplet: FC, F2 and 8F. RGB value is (252,242,143). Sum of RGB (Red+Green+Blue) = 252+242+143=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 143 (56.25% from 255 or 22.45% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF28F is #030D70. Grayscale: #EAEAEA. Windows color (decimal): -200049 or 9433852. OLE color: 9433852.

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

Color convert

RGB252242143-
CMYK00.040.430.01
HSL54.5º94.78%77.45%-
HSV(B)54.5º43.25%98.82%-
XYZ76.8586.1838.57-
YUV233.776.81141.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 143 (56.25% from 255) = 22.45%
R=39.56%
G=37.99%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224214300.040.430.0154.594.7877.45
HexFCF28F042B1365f4d
Octal3743622170453166137115
Binary1111110011110010100011110100101011111011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF28F; }

 p { color: rgb(252,242,143); }

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

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

 a { background-color: rgb(252,242,143); }

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

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

 span { border-color: rgb(252,242,143); }

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