Html Css Color HEX #F6F295 Milan

📋 copy color: '#F6F295'

red 246 ◦ green 242 ◦ blue 149

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

Shades of Milan #F6F295

Tints of Milan #F6F295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.99%

 BLUE value IS 149 (58.59% from 255) = 23.39%

R = 38.62%
G = 37.99%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F6F295 (or 0xF6F295) is known color: Milan. HEX triplet: F6, F2 and 95. RGB value is (246,242,149). Sum of RGB (Red+Green+Blue) = 246+242+149=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 149 (58.59% from 255 or 23.39% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F295 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F295 is #090D6A. Grayscale: #E8E8E8. Windows color (decimal): -593259 or 9827062. OLE color: 9827062.

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

Color convert

RGB 246 242 149 -
CMYK 0 0.02 0.39 0.04
HSL 57.53º 0.84% 0.77% -
HSV(B) 57.53º 0.39% 0.96% -
XYZ 75.18 85.27 40.93 -
YUV 232.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 246 242 149 0 0.02 0.39 0.04 57.53 0.84 0.77
Hex F6 F2 95 0 2 27 4 3A 54 4D
Octal 366 362 225 0 2 47 4 72 124 115
Binary 11110110 11110010 10010101 0 10 100111 100 111010 1010100 1001101

Color Harmonies of #F6F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F295

Black with #F6F295

Text Example


Text Example

White with #F6F295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F295; }

 p { color: rgb(246,242,149); }

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

background-color css

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

 a { background-color: rgb(246,242,149); }

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

border-color css

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

 span { border-color: rgb(246,242,149); }

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