#FFF693

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

Shades of Milan #FFF693

Tints of Milan #FFF693

Color information

#FFF693 (or 0xFFF693) is unknown color: approx Milan. HEX triplet: FF, F6 and 93. RGB value is (255,246,147). Sum of RGB (Red+Green+Blue) = 255+246+147=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 147 (57.81% from 255 or 22.69% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF693 is #00096C. Grayscale: #EDEDED. Windows color (decimal): -2413 or 9697023. OLE color: 9697023.

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

Color convert

RGB255246147-
CMYK00.040.420
HSL55º100%78.82%-
HSV(B)55º42.35%100%-
XYZ79.4689.2840.65-
YUV237.476.98140.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 246 (96.48% from 255) = 37.96%
BLUE value IS 147 (57.81% from 255) = 22.69%
R=39.35%
G=37.96%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524614700.040.4205510078.82
HexFFF693042A037644f
Octal3773662230452067144117
Binary1111111111110110100100110100101010011011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF693; }

 p { color: rgb(255,246,147); }

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

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

 a { background-color: rgb(255,246,147); }

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

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

 span { border-color: rgb(255,246,147); }

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