#FAF694

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

Shades of Milan #FAF694

Tints of Milan #FAF694

Color information

#FAF694 (or 0xFAF694) is unknown color: approx Milan. HEX triplet: FA, F6 and 94. RGB value is (250,246,148). Sum of RGB (Red+Green+Blue) = 250+246+148=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 148 (58.20% from 255 or 22.98% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF694 is #05096B. Grayscale: #ECECEC. Windows color (decimal): -330092 or 9762554. OLE color: 9762554.

HSL color Cylindrical-coordinate representation of color #FAF694: hue angle of 57.65º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAF694 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250246148-
CMYK00.020.410.02
HSL57.65º91.07%78.04%-
HSV(B)57.65º40.8%98.04%-
XYZ77.7388.3740.98-
YUV236.0278.33137.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 246 (96.48% from 255) = 38.20%
BLUE value IS 148 (58.20% from 255) = 22.98%
R=38.82%
G=38.20%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024614800.020.410.0257.6591.0778.04
HexFAF694022923a5b4e
Octal3723662240251272133116
Binary1111101011110110100101000101010011011101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF694; }

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

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

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

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

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

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

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

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