#F7F694

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

Shades of Milan #F7F694

Tints of Milan #F7F694

Color information

#F7F694 (or 0xF7F694) is unknown color: approx Milan. HEX triplet: F7, F6 and 94. RGB value is (247,246,148). Sum of RGB (Red+Green+Blue) = 247+246+148=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 148 (58.20% from 255 or 23.09% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F694 is #08096B. Grayscale: #EBEBEB. Windows color (decimal): -526700 or 9762551. OLE color: 9762551.

HSL color Cylindrical-coordinate representation of color #F7F694: hue angle of 59.39º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7F694 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247246148-
CMYK00.000.400.03
HSL59.39º86.09%77.45%-
HSV(B)59.39º40.08%96.86%-
XYZ76.6687.8240.93-
YUV235.1378.83136.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.53%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 148 (58.20% from 255) = 23.09%
R=38.53%
G=38.38%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724614800.000.400.0359.3986.0977.45
HexF7F694002833b564d
Octal3673662240050373126115
Binary111101111111011010010100001010001111101110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F694; }

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

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

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

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

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

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

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

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