Html Css Color HEX #FCF986 Milan

📋 copy color: '#FCF986'

red 252 ◦ green 249 ◦ blue 134

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

Shades of Milan #FCF986

Tints of Milan #FCF986

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.21%

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

R = 39.69%
G = 39.21%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCF986 (or 0xFCF986) is known color: Milan. HEX triplet: FC, F9 and 86. RGB value is (252,249,134). Sum of RGB (Red+Green+Blue) = 252+249+134=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 134 (52.73% from 255 or 21.10% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF986 is #030679. Grayscale: #EDEDED. Windows color (decimal): -198266 or 8845820. OLE color: 8845820.

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

Color convert

RGB 252 249 134 -
CMYK 0 0.01 0.47 0.01
HSL 58.47º 0.95% 0.76% -
HSV(B) 58.47º 0.47% 0.99% -
XYZ 78.32 90.17 35.83 -
YUV 236.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 252 249 134 0 0.01 0.47 0.01 58.47 0.95 0.76
Hex FC F9 86 0 1 2F 1 3A 5F 4C
Octal 374 371 206 0 1 57 1 72 137 114
Binary 11111100 11111001 10000110 0 1 101111 1 111010 1011111 1001100

Color Harmonies of #FCF986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF986

Black with #FCF986

Text Example


Text Example

White with #FCF986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF986; }

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

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

background-color css

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

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

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

border-color css

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

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

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