Html Css Color HEX #FCF594 Milan

📋 copy color: '#FCF594'

red 252 ◦ green 245 ◦ blue 148

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

Shades of Milan #FCF594

Tints of Milan #FCF594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.98%

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

R = 39.07%
G = 37.98%
B = 22.95%

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

#FCF594 (or 0xFCF594) is known color: Milan. HEX triplet: FC, F5 and 94. RGB value is (252,245,148). Sum of RGB (Red+Green+Blue) = 252+245+148=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 148 (58.20% from 255 or 22.95% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF594 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF594 is #030A6B. Grayscale: #ECECEC. Windows color (decimal): -199276 or 9762300. OLE color: 9762300.

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

Color convert

RGB 252 245 148 -
CMYK 0 0.03 0.41 0.01
HSL 55.96º 0.95% 0.78% -
HSV(B) 55.96º 0.41% 0.99% -
XYZ 78.14 88.14 40.91 -
YUV 236.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 252 245 148 0 0.03 0.41 0.01 55.96 0.95 0.78
Hex FC F5 94 0 3 29 1 38 5F 4E
Octal 374 365 224 0 3 51 1 70 137 116
Binary 11111100 11110101 10010100 0 11 101001 1 111000 1011111 1001110

Color Harmonies of #FCF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF594

Black with #FCF594

Text Example


Text Example

White with #FCF594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF594; }

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

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

background-color css

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

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

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

border-color css

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

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

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