Html Css Color HEX #FCF190 Milan

📋 copy color: '#FCF190'

red 252 ◦ green 241 ◦ blue 144

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

Shades of Milan #FCF190

Tints of Milan #FCF190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 22.61%

R = 39.56%
G = 37.83%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCF190 (or 0xFCF190) is known color: Milan. HEX triplet: FC, F1 and 90. RGB value is (252,241,144). Sum of RGB (Red+Green+Blue) = 252+241+144=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 144 (56.64% from 255 or 22.61% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF190 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF190 is #030E6F. Grayscale: #E9E9E9. Windows color (decimal): -200304 or 9499132. OLE color: 9499132.

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

Color convert

RGB 252 241 144 -
CMYK 0 0.04 0.43 0.01
HSL 53.89º 0.95% 0.78% -
HSV(B) 53.89º 0.43% 0.99% -
XYZ 76.63 85.62 38.87 -
YUV 233.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 252 241 144 0 0.04 0.43 0.01 53.89 0.95 0.78
Hex FC F1 90 0 4 2B 1 36 5F 4E
Octal 374 361 220 0 4 53 1 66 137 116
Binary 11111100 11110001 10010000 0 100 101011 1 110110 1011111 1001110

Color Harmonies of #FCF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF190

Black with #FCF190

Text Example


Text Example

White with #FCF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF190; }

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

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

background-color css

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

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

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

border-color css

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

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

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