Html Css Color HEX #F2ED92 Milan

📋 copy color: '#F2ED92'

red 242 ◦ green 237 ◦ blue 146

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

Shades of Milan #F2ED92

Tints of Milan #F2ED92

RGB

 RED value IS 242 (94.92% from 255) = 38.72%

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

 BLUE value IS 146 (57.42% from 255) = 23.36%

R = 38.72%
G = 37.92%
B = 23.36%

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

#F2ED92 (or 0xF2ED92) is known color: Milan. HEX triplet: F2, ED and 92. RGB value is (242,237,146). Sum of RGB (Red+Green+Blue) = 242+237+146=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 146 (57.42% from 255 or 23.36% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED92 is #0D126D. Grayscale: #E4E4E4. Windows color (decimal): -856686 or 9629170. OLE color: 9629170.

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

Color convert

RGB 242 237 146 -
CMYK 0 0.02 0.40 0.05
HSL 56.88º 0.79% 0.76% -
HSV(B) 56.88º 0.4% 0.95% -
XYZ 72.09 81.52 39.13 -
YUV 228.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 242 237 146 0 0.02 0.40 0.05 56.88 0.79 0.76
Hex F2 ED 92 0 2 28 5 39 4F 4C
Octal 362 355 222 0 2 50 5 71 117 114
Binary 11110010 11101101 10010010 0 10 101000 101 111001 1001111 1001100

Color Harmonies of #F2ED92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED92

Black with #F2ED92

Text Example


Text Example

White with #F2ED92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED92; }

 p { color: rgb(242,237,146); }

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

background-color css

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

 a { background-color: rgb(242,237,146); }

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

border-color css

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

 span { border-color: rgb(242,237,146); }

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