Html Css Color HEX #FCF394 Milan

📋 copy color: '#FCF394'

red 252 ◦ green 243 ◦ blue 148

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

Shades of Milan #FCF394

Tints of Milan #FCF394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.02%

R = 39.19%
G = 37.79%
B = 23.02%

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

#FCF394 (or 0xFCF394) is known color: Milan. HEX triplet: FC, F3 and 94. RGB value is (252,243,148). Sum of RGB (Red+Green+Blue) = 252+243+148=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 148 (58.20% from 255 or 23.02% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF394 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF394 is #030C6B. Grayscale: #EBEBEB. Windows color (decimal): -199788 or 9761788. OLE color: 9761788.

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

Color convert

RGB 252 243 148 -
CMYK 0 0.04 0.41 0.01
HSL 54.81º 0.95% 0.78% -
HSV(B) 54.81º 0.41% 0.99% -
XYZ 77.54 86.93 40.71 -
YUV 234.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 252 243 148 0 0.04 0.41 0.01 54.81 0.95 0.78
Hex FC F3 94 0 4 29 1 37 5F 4E
Octal 374 363 224 0 4 51 1 67 137 116
Binary 11111100 11110011 10010100 0 100 101001 1 110111 1011111 1001110

Color Harmonies of #FCF394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF394

Black with #FCF394

Text Example


Text Example

White with #FCF394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF394; }

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

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

background-color css

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

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

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

border-color css

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

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

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