Html Css Color HEX #FCF685 Milan

📋 copy color: '#FCF685'

red 252 ◦ green 246 ◦ blue 133

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

Shades of Milan #FCF685

Tints of Milan #FCF685

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.99%

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

R = 39.94%
G = 38.99%
B = 21.08%

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

#FCF685 (or 0xFCF685) is known color: Milan. HEX triplet: FC, F6 and 85. RGB value is (252,246,133). Sum of RGB (Red+Green+Blue) = 252+246+133=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 133 (52.34% from 255 or 21.08% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF685 is #03097A. Grayscale: #EBEBEB. Windows color (decimal): -199035 or 8779516. OLE color: 8779516.

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

Color convert

RGB 252 246 133 -
CMYK 0 0.02 0.47 0.01
HSL 56.97º 0.95% 0.75% -
HSV(B) 56.97º 0.47% 0.99% -
XYZ 77.33 88.3 35.16 -
YUV 234.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 252 246 133 0 0.02 0.47 0.01 56.97 0.95 0.75
Hex FC F6 85 0 2 2F 1 39 5F 4B
Octal 374 366 205 0 2 57 1 71 137 113
Binary 11111100 11110110 10000101 0 10 101111 1 111001 1011111 1001011

Color Harmonies of #FCF685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF685

Black with #FCF685

Text Example


Text Example

White with #FCF685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF685; }

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

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

background-color css

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

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

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

border-color css

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

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

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