Html Css Color HEX #F1ED90 Milan

📋 copy color: '#F1ED90'

red 241 ◦ green 237 ◦ blue 144

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

Shades of Milan #F1ED90

Tints of Milan #F1ED90

RGB

 RED value IS 241 (94.53% from 255) = 38.75%

 GREEN value IS 237 (92.97% from 255) = 38.1%

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

R = 38.75%
G = 38.1%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1ED90 (or 0xF1ED90) is known color: Milan. HEX triplet: F1, ED and 90. RGB value is (241,237,144). Sum of RGB (Red+Green+Blue) = 241+237+144=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 144 (56.64% from 255 or 23.15% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED90 is #0E126F. Grayscale: #E3E3E3. Windows color (decimal): -922224 or 9498097. OLE color: 9498097.

HSL color Cylindrical-coordinate representation of color #F1ED90: hue angle of 57.53º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1ED90 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 144 -
CMYK 0 0.02 0.40 0.05
HSL 57.53º 0.78% 0.75% -
HSV(B) 57.53º 0.4% 0.95% -
XYZ 71.59 81.28 38.3 -
YUV 227.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 241 237 144 0 0.02 0.40 0.05 57.53 0.78 0.75
Hex F1 ED 90 0 2 28 5 3A 4E 4B
Octal 361 355 220 0 2 50 5 72 116 113
Binary 11110001 11101101 10010000 0 10 101000 101 111010 1001110 1001011

Color Harmonies of #F1ED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED90

Black with #F1ED90

Text Example


Text Example

White with #F1ED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED90; }

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

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

background-color css

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

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

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

border-color css

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

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

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