Html Css Color HEX #F6F094 Milan

📋 copy color: '#F6F094'

red 246 ◦ green 240 ◦ blue 148

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

Shades of Milan #F6F094

Tints of Milan #F6F094

RGB

 RED value IS 246 (96.48% from 255) = 38.8%

 GREEN value IS 240 (94.14% from 255) = 37.85%

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

R = 38.8%
G = 37.85%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6F094 (or 0xF6F094) is known color: Milan. HEX triplet: F6, F0 and 94. RGB value is (246,240,148). Sum of RGB (Red+Green+Blue) = 246+240+148=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 148 (58.20% from 255 or 23.34% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F094 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F094 is #090F6B. Grayscale: #E7E7E7. Windows color (decimal): -593772 or 9761014. OLE color: 9761014.

HSL color Cylindrical-coordinate representation of color #F6F094: hue angle of 56.33º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6F094 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 240 148 -
CMYK 0 0.02 0.40 0.04
HSL 56.33º 0.84% 0.77% -
HSV(B) 56.33º 0.4% 0.96% -
XYZ 74.51 84.05 40.31 -
YUV 231.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 246 240 148 0 0.02 0.40 0.04 56.33 0.84 0.77
Hex F6 F0 94 0 2 28 4 38 54 4D
Octal 366 360 224 0 2 50 4 70 124 115
Binary 11110110 11110000 10010100 0 10 101000 100 111000 1010100 1001101

Color Harmonies of #F6F094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F094

Black with #F6F094

Text Example


Text Example

White with #F6F094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F094; }

 p { color: rgb(246,240,148); }

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

background-color css

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

 a { background-color: rgb(246,240,148); }

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

border-color css

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

 span { border-color: rgb(246,240,148); }

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