Html Css Color HEX #FCF18A Milan

📋 copy color: '#FCF18A'

red 252 ◦ green 241 ◦ blue 138

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

Shades of Milan #FCF18A

Tints of Milan #FCF18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 21.87%

R = 39.94%
G = 38.19%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCF18A (or 0xFCF18A) is known color: Milan. HEX triplet: FC, F1 and 8A. RGB value is (252,241,138). Sum of RGB (Red+Green+Blue) = 252+241+138=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 138 (54.30% from 255 or 21.87% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF18A is #030E75. Grayscale: #E8E8E8. Windows color (decimal): -200310 or 9105916. OLE color: 9105916.

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

Color convert

RGB 252 241 138 -
CMYK 0 0.04 0.45 0.01
HSL 54.21º 0.95% 0.76% -
HSV(B) 54.21º 0.45% 0.99% -
XYZ 76.19 85.44 36.52 -
YUV 232.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 252 241 138 0 0.04 0.45 0.01 54.21 0.95 0.76
Hex FC F1 8A 0 4 2D 1 36 5F 4C
Octal 374 361 212 0 4 55 1 66 137 114
Binary 11111100 11110001 10001010 0 100 101101 1 110110 1011111 1001100

Color Harmonies of #FCF18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF18A

Black with #FCF18A

Text Example


Text Example

White with #FCF18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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