#FFF68E

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

Shades of Milan #FFF68E

Tints of Milan #FFF68E

Color information

#FFF68E (or 0xFFF68E) is unknown color: approx Milan. HEX triplet: FF, F6 and 8E. RGB value is (255,246,142). Sum of RGB (Red+Green+Blue) = 255+246+142=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 142 (55.86% from 255 or 22.08% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF68E is #000971. Grayscale: #EDEDED. Windows color (decimal): -2418 or 9369343. OLE color: 9369343.

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

Color convert

RGB255246142-
CMYK00.040.440
HSL55.22º100%77.84%-
HSV(B)55.22º44.31%100%-
XYZ79.0889.1238.63-
YUV236.8374.48140.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 246 (96.48% from 255) = 38.26%
BLUE value IS 142 (55.86% from 255) = 22.08%
R=39.66%
G=38.26%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524614200.040.44055.2210077.84
HexFFF68E042C037644e
Octal3773662160454067144116
Binary1111111111110110100011100100101100011011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF68E; }

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

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

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

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

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

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

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

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