Html Css Color HEX #FCF993 Milan

📋 copy color: '#FCF993'

red 252 ◦ green 249 ◦ blue 147

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

Shades of Milan #FCF993

Tints of Milan #FCF993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 22.69%

R = 38.89%
G = 38.43%
B = 22.69%

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

#FCF993 (or 0xFCF993) is known color: Milan. HEX triplet: FC, F9 and 93. RGB value is (252,249,147). Sum of RGB (Red+Green+Blue) = 252+249+147=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 147 (57.81% from 255 or 22.69% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF993 is #03066C. Grayscale: #EEEEEE. Windows color (decimal): -198253 or 9697788. OLE color: 9697788.

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

Color convert

RGB 252 249 147 -
CMYK 0 0.01 0.42 0.01
HSL 58.29º 0.95% 0.78% -
HSV(B) 58.29º 0.42% 0.99% -
XYZ 79.29 90.55 40.9 -
YUV 238.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 252 249 147 0 0.01 0.42 0.01 58.29 0.95 0.78
Hex FC F9 93 0 1 2A 1 3A 5F 4E
Octal 374 371 223 0 1 52 1 72 137 116
Binary 11111100 11111001 10010011 0 1 101010 1 111010 1011111 1001110

Color Harmonies of #FCF993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF993

Black with #FCF993

Text Example


Text Example

White with #FCF993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF993; }

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

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

background-color css

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

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

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

border-color css

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

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

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