Html Css Color HEX #FCF086 Milan

📋 copy color: '#FCF086'

red 252 ◦ green 240 ◦ blue 134

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

Shades of Milan #FCF086

Tints of Milan #FCF086

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.34%

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

R = 40.26%
G = 38.34%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCF086 (or 0xFCF086) is known color: Milan. HEX triplet: FC, F0 and 86. RGB value is (252,240,134). Sum of RGB (Red+Green+Blue) = 252+240+134=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 134 (52.73% from 255 or 21.41% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF086 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF086 is #030F79. Grayscale: #E7E7E7. Windows color (decimal): -200570 or 8843516. OLE color: 8843516.

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

Color convert

RGB 252 240 134 -
CMYK 0 0.05 0.47 0.01
HSL 53.9º 0.95% 0.76% -
HSV(B) 53.9º 0.47% 0.99% -
XYZ 75.61 84.74 34.93 -
YUV 231.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 252 240 134 0 0.05 0.47 0.01 53.9 0.95 0.76
Hex FC F0 86 0 5 2F 1 36 5F 4C
Octal 374 360 206 0 5 57 1 66 137 114
Binary 11111100 11110000 10000110 0 101 101111 1 110110 1011111 1001100

Color Harmonies of #FCF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF086

Black with #FCF086

Text Example


Text Example

White with #FCF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF086; }

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

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

background-color css

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

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

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

border-color css

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

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

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