Html Css Color HEX #FCF186 Milan

📋 copy color: '#FCF186'

red 252 ◦ green 241 ◦ blue 134

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

Shades of Milan #FCF186

Tints of Milan #FCF186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.44%

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

R = 40.19%
G = 38.44%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCF186 (or 0xFCF186) is known color: Milan. HEX triplet: FC, F1 and 86. RGB value is (252,241,134). Sum of RGB (Red+Green+Blue) = 252+241+134=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 134 (52.73% from 255 or 21.37% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF186 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF186 is #030E79. Grayscale: #E8E8E8. Windows color (decimal): -200314 or 8843772. OLE color: 8843772.

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

Color convert

RGB 252 241 134 -
CMYK 0 0.04 0.47 0.01
HSL 54.41º 0.95% 0.76% -
HSV(B) 54.41º 0.47% 0.99% -
XYZ 75.9 85.33 35.02 -
YUV 232.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 252 241 134 0 0.04 0.47 0.01 54.41 0.95 0.76
Hex FC F1 86 0 4 2F 1 36 5F 4C
Octal 374 361 206 0 4 57 1 66 137 114
Binary 11111100 11110001 10000110 0 100 101111 1 110110 1011111 1001100

Color Harmonies of #FCF186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF186

Black with #FCF186

Text Example


Text Example

White with #FCF186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF186; }

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

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

background-color css

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

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

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

border-color css

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

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

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