Html Css Color HEX #F2EF94 Milan

📋 copy color: '#F2EF94'

red 242 ◦ green 239 ◦ blue 148

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

Shades of Milan #F2EF94

Tints of Milan #F2EF94

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38%

 BLUE value IS 148 (58.2% from 255) = 23.53%

R = 38.47%
G = 38%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2EF94 (or 0xF2EF94) is known color: Milan. HEX triplet: F2, EF and 94. RGB value is (242,239,148). Sum of RGB (Red+Green+Blue) = 242+239+148=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF94 is #0D106B. Grayscale: #E5E5E5. Windows color (decimal): -856172 or 9760754. OLE color: 9760754.

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

Color convert

RGB 242 239 148 -
CMYK 0 0.01 0.39 0.05
HSL 58.09º 0.78% 0.76% -
HSV(B) 58.09º 0.39% 0.95% -
XYZ 72.83 82.75 40.15 -
YUV 229.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 242 239 148 0 0.01 0.39 0.05 58.09 0.78 0.76
Hex F2 EF 94 0 1 27 5 3A 4E 4C
Octal 362 357 224 0 1 47 5 72 116 114
Binary 11110010 11101111 10010100 0 1 100111 101 111010 1001110 1001100

Color Harmonies of #F2EF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF94

Black with #F2EF94

Text Example


Text Example

White with #F2EF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF94; }

 p { color: rgb(242,239,148); }

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

background-color css

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

 a { background-color: rgb(242,239,148); }

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

border-color css

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

 span { border-color: rgb(242,239,148); }

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