Html Css Color HEX #FCF686 Milan

📋 copy color: '#FCF686'

red 252 ◦ green 246 ◦ blue 134

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

Shades of Milan #FCF686

Tints of Milan #FCF686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 21.2%

R = 39.87%
G = 38.92%
B = 21.2%

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

#FCF686 (or 0xFCF686) is known color: Milan. HEX triplet: FC, F6 and 86. RGB value is (252,246,134). Sum of RGB (Red+Green+Blue) = 252+246+134=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 134 (52.73% from 255 or 21.20% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF686 is #030979. Grayscale: #EBEBEB. Windows color (decimal): -199034 or 8845052. OLE color: 8845052.

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

Color convert

RGB 252 246 134 -
CMYK 0 0.02 0.47 0.01
HSL 56.95º 0.95% 0.76% -
HSV(B) 56.95º 0.47% 0.99% -
XYZ 77.4 88.33 35.52 -
YUV 235.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 252 246 134 0 0.02 0.47 0.01 56.95 0.95 0.76
Hex FC F6 86 0 2 2F 1 39 5F 4C
Octal 374 366 206 0 2 57 1 71 137 114
Binary 11111100 11110110 10000110 0 10 101111 1 111001 1011111 1001100

Color Harmonies of #FCF686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF686

Black with #FCF686

Text Example


Text Example

White with #FCF686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF686; }

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

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

background-color css

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

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

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

border-color css

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

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

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