Html Css Color HEX #FCF584 Milan

📋 copy color: '#FCF584'

red 252 ◦ green 245 ◦ blue 132

#FCF584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milan #FCF584

Tints of Milan #FCF584

RGB

 RED value IS 252 (98.83% from 255) = 40.06%

 GREEN value IS 245 (96.09% from 255) = 38.95%

 BLUE value IS 132 (51.95% from 255) = 20.99%

R = 40.06%
G = 38.95%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCF584 (or 0xFCF584) is known color: Milan. HEX triplet: FC, F5 and 84. RGB value is (252,245,132). Sum of RGB (Red+Green+Blue) = 252+245+132=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 132 (51.95% from 255 or 20.99% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF584 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF584 is #030A7B. Grayscale: #EAEAEA. Windows color (decimal): -199292 or 8713724. OLE color: 8713724.

HSL color Cylindrical-coordinate representation of color #FCF584: hue angle of 56.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 #FCF584 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 132 -
CMYK 0 0.03 0.48 0.01
HSL 56.5º 0.95% 0.75% -
HSV(B) 56.5º 0.48% 0.99% -
XYZ 76.96 87.67 34.69 -
YUV 234.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 252 245 132 0 0.03 0.48 0.01 56.5 0.95 0.75
Hex FC F5 84 0 3 30 1 38 5F 4B
Octal 374 365 204 0 3 60 1 70 137 113
Binary 11111100 11110101 10000100 0 11 110000 1 111000 1011111 1001011

Color Harmonies of #FCF584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF584

Black with #FCF584

Text Example


Text Example

White with #FCF584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF584; }

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

 H1.HeaderClassName
 {
   color: #FCF584;
 }
 .AnyTagClassName
 {
   color: #FCF584;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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