#FEF983

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

Shades of Milan #FEF983

Tints of Milan #FEF983

Color information

#FEF983 (or 0xFEF983) is unknown color: approx Milan. HEX triplet: FE, F9 and 83. RGB value is (254,249,131). Sum of RGB (Red+Green+Blue) = 254+249+131=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 131 (51.56% from 255 or 20.66% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF983 is #01067C. Grayscale: #EDEDED. Windows color (decimal): -67197 or 8649214. OLE color: 8649214.

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

Color convert

RGB254249131-
CMYK00.020.480.00
HSL57.56º98.4%75.49%-
HSV(B)57.56º48.43%99.61%-
XYZ78.8590.4634.78-
YUV237.0468.16140.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 249 (97.66% from 255) = 39.27%
BLUE value IS 131 (51.56% from 255) = 20.66%
R=40.06%
G=39.27%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424913100.020.480.0057.5698.475.49
HexFEF983023003a624b
Octal3763712030260072142113
Binary111111101111100110000011010110000011101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF983; }

 p { color: rgb(254,249,131); }

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

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

 a { background-color: rgb(254,249,131); }

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

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

 span { border-color: rgb(254,249,131); }

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