Html Css Color HEX #FCF296 Milan

📋 copy color: '#FCF296'

red 252 ◦ green 242 ◦ blue 150

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

Shades of Milan #FCF296

Tints of Milan #FCF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.58%

 BLUE value IS 150 (58.98% from 255) = 23.29%

R = 39.13%
G = 37.58%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCF296 (or 0xFCF296) is known color: Milan. HEX triplet: FC, F2 and 96. RGB value is (252,242,150). Sum of RGB (Red+Green+Blue) = 252+242+150=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 150 (58.98% from 255 or 23.29% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF296 is #030D69. Grayscale: #EAEAEA. Windows color (decimal): -200042 or 9892604. OLE color: 9892604.

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

Color convert

RGB 252 242 150 -
CMYK 0 0.04 0.40 0.01
HSL 54.12º 0.94% 0.79% -
HSV(B) 54.12º 0.4% 0.99% -
XYZ 77.4 86.4 41.45 -
YUV 234.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 252 242 150 0 0.04 0.40 0.01 54.12 0.94 0.79
Hex FC F2 96 0 4 28 1 36 5E 4F
Octal 374 362 226 0 4 50 1 66 136 117
Binary 11111100 11110010 10010110 0 100 101000 1 110110 1011110 1001111

Color Harmonies of #FCF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF296

Black with #FCF296

Text Example


Text Example

White with #FCF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF296; }

 p { color: rgb(252,242,150); }

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

background-color css

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

 a { background-color: rgb(252,242,150); }

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

border-color css

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

 span { border-color: rgb(252,242,150); }

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