#F6F08F

Color #F6F08F Milan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milan #F6F08F

Tints of Milan #F6F08F

Color information

#F6F08F (or 0xF6F08F) is unknown color: approx Milan. HEX triplet: F6, F0 and 8F. RGB value is (246,240,143). Sum of RGB (Red+Green+Blue) = 246+240+143=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 143 (56.25% from 255 or 22.73% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F08F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F08F is #090F70. Grayscale: #E7E7E7. Windows color (decimal): -593777 or 9433334. OLE color: 9433334.

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

Color convert

RGB246240143-
CMYK00.020.420.04
HSL56.5º85.12%76.27%-
HSV(B)56.5º41.87%96.47%-
XYZ74.1283.938.27-
YUV230.7478.49138.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.11%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 143 (56.25% from 255) = 22.73%
R=39.11%
G=38.16%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624014300.020.420.0456.585.1276.27
HexF6F08F022A439554c
Octal3663602170252471125114
Binary11110110111100001000111101010101010011100110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F08F; }

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

 H1.HeaderClassName
 {
   color: #F6F08F;
 }
 .AnyTagClassName
 {
   color: #F6F08F;
 }
</style>
background-color css

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

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

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

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

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

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