Html Css Color HEX #FCF18C Milan

📋 copy color: '#FCF18C'

red 252 ◦ green 241 ◦ blue 140

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

Shades of Milan #FCF18C

Tints of Milan #FCF18C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.07%

 BLUE value IS 140 (55.08% from 255) = 22.12%

R = 39.81%
G = 38.07%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCF18C (or 0xFCF18C) is known color: Milan. HEX triplet: FC, F1 and 8C. RGB value is (252,241,140). Sum of RGB (Red+Green+Blue) = 252+241+140=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 140 (55.08% from 255 or 22.12% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF18C is #030E73. Grayscale: #E9E9E9. Windows color (decimal): -200308 or 9236988. OLE color: 9236988.

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

Color convert

RGB 252 241 140 -
CMYK 0 0.04 0.44 0.01
HSL 54.11º 0.95% 0.77% -
HSV(B) 54.11º 0.44% 0.99% -
XYZ 76.33 85.5 37.29 -
YUV 232.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 252 241 140 0 0.04 0.44 0.01 54.11 0.95 0.77
Hex FC F1 8C 0 4 2C 1 36 5F 4D
Octal 374 361 214 0 4 54 1 66 137 115
Binary 11111100 11110001 10001100 0 100 101100 1 110110 1011111 1001101

Color Harmonies of #FCF18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF18C

Black with #FCF18C

Text Example


Text Example

White with #FCF18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF18C; }

 p { color: rgb(252,241,140); }

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

background-color css

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

 a { background-color: rgb(252,241,140); }

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

border-color css

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

 span { border-color: rgb(252,241,140); }

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