Html Css Color HEX #FCF395 Milan

📋 copy color: '#FCF395'

red 252 ◦ green 243 ◦ blue 149

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

Shades of Milan #FCF395

Tints of Milan #FCF395

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.73%

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

R = 39.13%
G = 37.73%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCF395 (or 0xFCF395) is known color: Milan. HEX triplet: FC, F3 and 95. RGB value is (252,243,149). Sum of RGB (Red+Green+Blue) = 252+243+149=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 149 (58.59% from 255 or 23.14% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF395 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF395 is #030C6A. Grayscale: #EBEBEB. Windows color (decimal): -199787 or 9827324. OLE color: 9827324.

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

Color convert

RGB 252 243 149 -
CMYK 0 0.04 0.41 0.01
HSL 54.76º 0.94% 0.79% -
HSV(B) 54.76º 0.41% 0.99% -
XYZ 77.62 86.97 41.13 -
YUV 234.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 252 243 149 0 0.04 0.41 0.01 54.76 0.94 0.79
Hex FC F3 95 0 4 29 1 37 5E 4F
Octal 374 363 225 0 4 51 1 67 136 117
Binary 11111100 11110011 10010101 0 100 101001 1 110111 1011110 1001111

Color Harmonies of #FCF395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF395

Black with #FCF395

Text Example


Text Example

White with #FCF395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF395; }

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

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

background-color css

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

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

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

border-color css

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

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

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