Html Css Color HEX #FCF495 Milan

📋 copy color: '#FCF495'

red 252 ◦ green 244 ◦ blue 149

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

Shades of Milan #FCF495

Tints of Milan #FCF495

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.83%

 BLUE value IS 149 (58.59% from 255) = 23.1%

R = 39.07%
G = 37.83%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCF495 (or 0xFCF495) is known color: Milan. HEX triplet: FC, F4 and 95. RGB value is (252,244,149). Sum of RGB (Red+Green+Blue) = 252+244+149=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 149 (58.59% from 255 or 23.10% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF495 is #030B6A. Grayscale: #EBEBEB. Windows color (decimal): -199531 or 9827580. OLE color: 9827580.

HSL color Cylindrical-coordinate representation of color #FCF495: hue angle of 55.34º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCF495 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 244 149 -
CMYK 0 0.03 0.41 0.01
HSL 55.34º 0.94% 0.79% -
HSV(B) 55.34º 0.41% 0.99% -
XYZ 77.92 87.57 41.23 -
YUV 235.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 252 244 149 0 0.03 0.41 0.01 55.34 0.94 0.79
Hex FC F4 95 0 3 29 1 37 5E 4F
Octal 374 364 225 0 3 51 1 67 136 117
Binary 11111100 11110100 10010101 0 11 101001 1 110111 1011110 1001111

Color Harmonies of #FCF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF495

Black with #FCF495

Text Example


Text Example

White with #FCF495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF495; }

 p { color: rgb(252,244,149); }

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

background-color css

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

 a { background-color: rgb(252,244,149); }

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

border-color css

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

 span { border-color: rgb(252,244,149); }

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