Html Css Color HEX #FCF691 Milan

📋 copy color: '#FCF691'

red 252 ◦ green 246 ◦ blue 145

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

Shades of Milan #FCF691

Tints of Milan #FCF691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 22.55%

R = 39.19%
G = 38.26%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCF691 (or 0xFCF691) is known color: Milan. HEX triplet: FC, F6 and 91. RGB value is (252,246,145). Sum of RGB (Red+Green+Blue) = 252+246+145=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 145 (57.03% from 255 or 22.55% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF691 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF691 is #03096E. Grayscale: #ECECEC. Windows color (decimal): -199023 or 9565948. OLE color: 9565948.

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

Color convert

RGB 252 246 145 -
CMYK 0 0.02 0.42 0.01
HSL 56.64º 0.95% 0.78% -
HSV(B) 56.64º 0.42% 0.99% -
XYZ 78.21 88.65 39.78 -
YUV 236.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 252 246 145 0 0.02 0.42 0.01 56.64 0.95 0.78
Hex FC F6 91 0 2 2A 1 39 5F 4E
Octal 374 366 221 0 2 52 1 71 137 116
Binary 11111100 11110110 10010001 0 10 101010 1 111001 1011111 1001110

Color Harmonies of #FCF691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF691

Black with #FCF691

Text Example


Text Example

White with #FCF691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF691; }

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

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

background-color css

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

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

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

border-color css

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

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

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