#FEF388

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

Shades of Milan #FEF388

Tints of Milan #FEF388

Color information

#FEF388 (or 0xFEF388) is unknown color: approx Milan. HEX triplet: FE, F3 and 88. RGB value is (254,243,136). Sum of RGB (Red+Green+Blue) = 254+243+136=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 136 (53.52% from 255 or 21.48% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF388 is #010C77. Grayscale: #EAEAEA. Windows color (decimal): -68728 or 8975358. OLE color: 8975358.

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

Color convert

RGB254243136-
CMYK00.040.460.00
HSL54.41º98.33%76.47%-
HSV(B)54.41º46.46%99.61%-
XYZ77.3786.9536-
YUV234.0972.64142.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 243 (95.31% from 255) = 38.39%
BLUE value IS 136 (53.52% from 255) = 21.48%
R=40.13%
G=38.39%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424313600.040.460.0054.4198.3376.47
HexFEF388042E036624c
Octal3763632100456066142114
Binary1111111011110011100010000100101110011011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF388; }

 p { color: rgb(254,243,136); }

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

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

 a { background-color: rgb(254,243,136); }

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

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

 span { border-color: rgb(254,243,136); }

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