Html Css Color HEX #FCF592 Milan

📋 copy color: '#FCF592'

red 252 ◦ green 245 ◦ blue 146

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

Shades of Milan #FCF592

Tints of Milan #FCF592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 22.71%

R = 39.19%
G = 38.1%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCF592 (or 0xFCF592) is known color: Milan. HEX triplet: FC, F5 and 92. RGB value is (252,245,146). Sum of RGB (Red+Green+Blue) = 252+245+146=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 146 (57.42% from 255 or 22.71% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF592 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF592 is #030A6D. Grayscale: #ECECEC. Windows color (decimal): -199278 or 9631228. OLE color: 9631228.

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

Color convert

RGB 252 245 146 -
CMYK 0 0.03 0.42 0.01
HSL 56.04º 0.95% 0.78% -
HSV(B) 56.04º 0.42% 0.99% -
XYZ 77.99 88.08 40.08 -
YUV 235.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 252 245 146 0 0.03 0.42 0.01 56.04 0.95 0.78
Hex FC F5 92 0 3 2A 1 38 5F 4E
Octal 374 365 222 0 3 52 1 70 137 116
Binary 11111100 11110101 10010010 0 11 101010 1 111000 1011111 1001110

Color Harmonies of #FCF592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF592

Black with #FCF592

Text Example


Text Example

White with #FCF592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF592; }

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

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

background-color css

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

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

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

border-color css

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

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

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