#FAF683

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

Shades of Milan #FAF683

Tints of Milan #FAF683

Color information

#FAF683 (or 0xFAF683) is unknown color: approx Milan. HEX triplet: FA, F6 and 83. RGB value is (250,246,131). Sum of RGB (Red+Green+Blue) = 250+246+131=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 131 (51.56% from 255 or 20.89% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF683 is #05097C. Grayscale: #EAEAEA. Windows color (decimal): -330109 or 8648442. OLE color: 8648442.

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

Color convert

RGB250246131-
CMYK00.020.480.02
HSL57.98º92.25%74.71%-
HSV(B)57.98º47.6%98.04%-
XYZ76.4887.8734.4-
YUV234.0969.83139.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 246 (96.48% from 255) = 39.23%
BLUE value IS 131 (51.56% from 255) = 20.89%
R=39.87%
G=39.23%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024613100.020.480.0257.9892.2574.71
HexFAF683023023a5c4b
Octal3723662030260272134113
Binary1111101011110110100000110101100001011101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF683; }

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

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

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

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

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

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

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

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