Html Css Color HEX #FCF18B Milan

📋 copy color: '#FCF18B'

red 252 ◦ green 241 ◦ blue 139

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

Shades of Milan #FCF18B

Tints of Milan #FCF18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 21.99%

R = 39.87%
G = 38.13%
B = 21.99%

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

#FCF18B (or 0xFCF18B) is known color: Milan. HEX triplet: FC, F1 and 8B. RGB value is (252,241,139). Sum of RGB (Red+Green+Blue) = 252+241+139=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 139 (54.69% from 255 or 21.99% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF18B is #030E74. Grayscale: #E9E9E9. Windows color (decimal): -200309 or 9171452. OLE color: 9171452.

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

Color convert

RGB 252 241 139 -
CMYK 0 0.04 0.45 0.01
HSL 54.16º 0.95% 0.77% -
HSV(B) 54.16º 0.45% 0.99% -
XYZ 76.26 85.47 36.9 -
YUV 232.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 252 241 139 0 0.04 0.45 0.01 54.16 0.95 0.77
Hex FC F1 8B 0 4 2D 1 36 5F 4D
Octal 374 361 213 0 4 55 1 66 137 115
Binary 11111100 11110001 10001011 0 100 101101 1 110110 1011111 1001101

Color Harmonies of #FCF18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF18B

Black with #FCF18B

Text Example


Text Example

White with #FCF18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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