Html Css Color HEX #FCF992 Milan

📋 copy color: '#FCF992'

red 252 ◦ green 249 ◦ blue 146

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

Shades of Milan #FCF992

Tints of Milan #FCF992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.49%

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

R = 38.95%
G = 38.49%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCF992 (or 0xFCF992) is known color: Milan. HEX triplet: FC, F9 and 92. RGB value is (252,249,146). Sum of RGB (Red+Green+Blue) = 252+249+146=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 146 (57.42% from 255 or 22.57% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF992 is #03066D. Grayscale: #EEEEEE. Windows color (decimal): -198254 or 9632252. OLE color: 9632252.

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

Color convert

RGB 252 249 146 -
CMYK 0 0.01 0.42 0.01
HSL 58.3º 0.95% 0.78% -
HSV(B) 58.3º 0.42% 0.99% -
XYZ 79.21 90.52 40.49 -
YUV 238.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 252 249 146 0 0.01 0.42 0.01 58.3 0.95 0.78
Hex FC F9 92 0 1 2A 1 3A 5F 4E
Octal 374 371 222 0 1 52 1 72 137 116
Binary 11111100 11111001 10010010 0 1 101010 1 111010 1011111 1001110

Color Harmonies of #FCF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF992

Black with #FCF992

Text Example


Text Example

White with #FCF992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF992; }

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

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

background-color css

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

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

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

border-color css

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

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

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