Html Css Color HEX #FCF785 Milan

📋 copy color: '#FCF785'

red 252 ◦ green 247 ◦ blue 133

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

Shades of Milan #FCF785

Tints of Milan #FCF785

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.08%

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

R = 39.87%
G = 39.08%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCF785 (or 0xFCF785) is known color: Milan. HEX triplet: FC, F7 and 85. RGB value is (252,247,133). Sum of RGB (Red+Green+Blue) = 252+247+133=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 133 (52.34% from 255 or 21.04% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF785 is #03087A. Grayscale: #EBEBEB. Windows color (decimal): -198779 or 8779772. OLE color: 8779772.

HSL color Cylindrical-coordinate representation of color #FCF785: hue angle of 57.48º 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 #FCF785 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 247 133 -
CMYK 0 0.02 0.47 0.01
HSL 57.48º 0.95% 0.75% -
HSV(B) 57.48º 0.47% 0.99% -
XYZ 77.64 88.91 35.26 -
YUV 235.5 70.16 139.77 -
System Red Green Blue C M Y K H S L
Decimal 252 247 133 0 0.02 0.47 0.01 57.48 0.95 0.75
Hex FC F7 85 0 2 2F 1 39 5F 4B
Octal 374 367 205 0 2 57 1 71 137 113
Binary 11111100 11110111 10000101 0 10 101111 1 111001 1011111 1001011

Color Harmonies of #FCF785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF785

Black with #FCF785

Text Example


Text Example

White with #FCF785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF785; }

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

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

background-color css

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

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

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

border-color css

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

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

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