#FFF58A

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

Shades of Milan #FFF58A

Tints of Milan #FFF58A

Color information

#FFF58A (or 0xFFF58A) is unknown color: approx Milan. HEX triplet: FF, F5 and 8A. RGB value is (255,245,138). Sum of RGB (Red+Green+Blue) = 255+245+138=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 138 (54.30% from 255 or 21.63% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF58A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF58A is #000A75. Grayscale: #ECECEC. Windows color (decimal): -2678 or 9106943. OLE color: 9106943.

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

Color convert

RGB255245138-
CMYK00.040.460
HSL54.87º100%77.06%-
HSV(B)54.87º45.88%100%-
XYZ78.4888.436.97-
YUV235.7972.81141.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 245 (96.09% from 255) = 38.40%
BLUE value IS 138 (54.30% from 255) = 21.63%
R=39.97%
G=38.40%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524513800.040.46054.8710077.06
HexFFF58A042E037644d
Octal3773652120456067144115
Binary1111111111110101100010100100101110011011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF58A; }

 p { color: rgb(255,245,138); }

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

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

 a { background-color: rgb(255,245,138); }

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

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

 span { border-color: rgb(255,245,138); }

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