#FEF085

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

Shades of Milan #FEF085

Tints of Milan #FEF085

Color information

#FEF085 (or 0xFEF085) is unknown color: approx Milan. HEX triplet: FE, F0 and 85. RGB value is (254,240,133). Sum of RGB (Red+Green+Blue) = 254+240+133=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 133 (52.34% from 255 or 21.21% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF085 is #010F7A. Grayscale: #E8E8E8. Windows color (decimal): -69499 or 8777982. OLE color: 8777982.

HSL color Cylindrical-coordinate representation of color #FEF085: hue angle of 53.06º 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 #FEF085 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254240133-
CMYK00.060.480.00
HSL53.06º98.37%75.88%-
HSV(B)53.06º47.64%99.61%-
XYZ76.2785.0834.59-
YUV231.9972.14143.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 240 (94.14% from 255) = 38.28%
BLUE value IS 133 (52.34% from 255) = 21.21%
R=40.51%
G=38.28%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424013300.060.480.0053.0698.3775.88
HexFEF0850630035624c
Octal3763602050660065142114
Binary1111111011110000100001010110110000011010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF085; }

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

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

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

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

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

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

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

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