Html Css Color HEX #F6F296 Milan

📋 copy color: '#F6F296'

red 246 ◦ green 242 ◦ blue 150

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

Shades of Milan #F6F296

Tints of Milan #F6F296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 23.51%

R = 38.56%
G = 37.93%
B = 23.51%

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

#F6F296 (or 0xF6F296) is known color: Milan. HEX triplet: F6, F2 and 96. RGB value is (246,242,150). Sum of RGB (Red+Green+Blue) = 246+242+150=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F296 is #090D69. Grayscale: #E9E9E9. Windows color (decimal): -593258 or 9892598. OLE color: 9892598.

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

Color convert

RGB 246 242 150 -
CMYK 0 0.02 0.39 0.04
HSL 57.5º 0.84% 0.78% -
HSV(B) 57.5º 0.39% 0.96% -
XYZ 75.26 85.3 41.35 -
YUV 232.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 246 242 150 0 0.02 0.39 0.04 57.5 0.84 0.78
Hex F6 F2 96 0 2 27 4 3A 54 4E
Octal 366 362 226 0 2 47 4 72 124 116
Binary 11110110 11110010 10010110 0 10 100111 100 111010 1010100 1001110

Color Harmonies of #F6F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F296

Black with #F6F296

Text Example


Text Example

White with #F6F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F296; }

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

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

background-color css

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

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

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

border-color css

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

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

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