#FCF384

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

Shades of Milan #FCF384

Tints of Milan #FCF384

Color information

#FCF384 (or 0xFCF384) is unknown color: approx Milan. HEX triplet: FC, F3 and 84. RGB value is (252,243,132). Sum of RGB (Red+Green+Blue) = 252+243+132=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 132 (51.95% from 255 or 21.05% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF384 is #030C7B. Grayscale: #E9E9E9. Windows color (decimal): -199804 or 8713212. OLE color: 8713212.

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

Color convert

RGB252243132-
CMYK00.040.480.01
HSL55.5º95.24%75.29%-
HSV(B)55.5º47.62%98.82%-
XYZ76.3686.4634.49-
YUV233.0470.98141.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 243 (95.31% from 255) = 38.76%
BLUE value IS 132 (51.95% from 255) = 21.05%
R=40.19%
G=38.76%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224313200.040.480.0155.595.2475.29
HexFCF38404301385f4b
Octal3743632040460170137113
Binary1111110011110011100001000100110000111100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF384; }

 p { color: rgb(252,243,132); }

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

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

 a { background-color: rgb(252,243,132); }

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

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

 span { border-color: rgb(252,243,132); }

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