#F6F28A

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

Shades of Milan #F6F28A

Tints of Milan #F6F28A

Color information

#F6F28A (or 0xF6F28A) is unknown color: approx Milan. HEX triplet: F6, F2 and 8A. RGB value is (246,242,138). Sum of RGB (Red+Green+Blue) = 246+242+138=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 138 (54.30% from 255 or 22.04% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F28A is #090D75. Grayscale: #E7E7E7. Windows color (decimal): -593270 or 9106166. OLE color: 9106166.

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

Color convert

RGB246242138-
CMYK00.020.440.04
HSL57.78º85.71%75.29%-
HSV(B)57.78º43.9%96.47%-
XYZ74.3584.9336.52-
YUV231.3475.33138.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.30%
GREEN value IS 242 (94.92% from 255) = 38.66%
BLUE value IS 138 (54.30% from 255) = 22.04%
R=39.30%
G=38.66%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624213800.020.440.0457.7885.7175.29
HexF6F28A022C43a564b
Octal3663622120254472126113
Binary11110110111100101000101001010110010011101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F28A; }

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

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

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

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

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

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

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

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