#FEF087

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

Shades of Milan #FEF087

Tints of Milan #FEF087

Color information

#FEF087 (or 0xFEF087) is unknown color: approx Milan. HEX triplet: FE, F0 and 87. RGB value is (254,240,135). Sum of RGB (Red+Green+Blue) = 254+240+135=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 135 (53.12% from 255 or 21.46% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF087 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF087 is #010F78. Grayscale: #E8E8E8. Windows color (decimal): -69497 or 8909054. OLE color: 8909054.

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

Color convert

RGB254240135-
CMYK00.060.470.00
HSL52.94º98.35%76.27%-
HSV(B)52.94º46.85%99.61%-
XYZ76.4185.1435.33-
YUV232.2273.14143.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 135 (53.12% from 255) = 21.46%
R=40.38%
G=38.16%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424013500.060.470.0052.9498.3576.27
HexFEF087062F035624c
Octal3763602070657065142114
Binary1111111011110000100001110110101111011010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF087; }

 p { color: rgb(254,240,135); }

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

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

 a { background-color: rgb(254,240,135); }

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

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

 span { border-color: rgb(254,240,135); }

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