Html Css Color HEX #FCF585 Milan

📋 copy color: '#FCF585'

red 252 ◦ green 245 ◦ blue 133

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

Shades of Milan #FCF585

Tints of Milan #FCF585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.11%

R = 40%
G = 38.89%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCF585 (or 0xFCF585) is known color: Milan. HEX triplet: FC, F5 and 85. RGB value is (252,245,133). Sum of RGB (Red+Green+Blue) = 252+245+133=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 133 (52.34% from 255 or 21.11% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF585 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF585 is #030A7A. Grayscale: #EAEAEA. Windows color (decimal): -199291 or 8779260. OLE color: 8779260.

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

Color convert

RGB 252 245 133 -
CMYK 0 0.03 0.47 0.01
HSL 56.47º 0.95% 0.75% -
HSV(B) 56.47º 0.47% 0.99% -
XYZ 77.03 87.69 35.06 -
YUV 234.33 70.82 140.61 -
System Red Green Blue C M Y K H S L
Decimal 252 245 133 0 0.03 0.47 0.01 56.47 0.95 0.75
Hex FC F5 85 0 3 2F 1 38 5F 4B
Octal 374 365 205 0 3 57 1 70 137 113
Binary 11111100 11110101 10000101 0 11 101111 1 111000 1011111 1001011

Color Harmonies of #FCF585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF585

Black with #FCF585

Text Example


Text Example

White with #FCF585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF585; }

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

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

background-color css

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

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

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

border-color css

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

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

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