#FEF685

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

Shades of Milan #FEF685

Tints of Milan #FEF685

Color information

#FEF685 (or 0xFEF685) is unknown color: approx Milan. HEX triplet: FE, F6 and 85. RGB value is (254,246,133). Sum of RGB (Red+Green+Blue) = 254+246+133=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 133 (52.34% from 255 or 21.01% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF685 is #01097A. Grayscale: #EBEBEB. Windows color (decimal): -67963 or 8779518. OLE color: 8779518.

HSL color Cylindrical-coordinate representation of color #FEF685: hue angle of 56.03º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEF685 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254246133-
CMYK00.030.480.00
HSL56.03º98.37%75.88%-
HSV(B)56.03º47.64%99.61%-
XYZ78.0688.6835.19-
YUV235.5170.15141.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 246 (96.48% from 255) = 38.86%
BLUE value IS 133 (52.34% from 255) = 21.01%
R=40.13%
G=38.86%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424613300.030.480.0056.0398.3775.88
HexFEF6850330038624c
Octal3763662050360070142114
Binary111111101111011010000101011110000011100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF685; }

 p { color: rgb(254,246,133); }

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

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

 a { background-color: rgb(254,246,133); }

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

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

 span { border-color: rgb(254,246,133); }

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