#FEFA83

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

Shades of Milan #FEFA83

Tints of Milan #FEFA83

Color information

#FEFA83 (or 0xFEFA83) is unknown color: approx Milan. HEX triplet: FE, FA and 83. RGB value is (254,250,131). Sum of RGB (Red+Green+Blue) = 254+250+131=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 131 (51.56% from 255 or 20.63% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA83 is #01057C. Grayscale: #EEEEEE. Windows color (decimal): -66941 or 8649470. OLE color: 8649470.

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

Color convert

RGB254250131-
CMYK00.020.480.00
HSL58.05º98.4%75.49%-
HSV(B)58.05º48.43%99.61%-
XYZ79.1691.0834.88-
YUV237.6367.83139.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 131 (51.56% from 255) = 20.63%
R=40%
G=39.37%
B=20.63%

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
Decimal25425013100.020.480.0058.0598.475.49
HexFEFA83023003a624b
Octal3763722030260072142113
Binary111111101111101010000011010110000011101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA83; }

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

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

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

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

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

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

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

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