#FFF289

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

Shades of Milan #FFF289

Tints of Milan #FFF289

Color information

#FFF289 (or 0xFFF289) is unknown color: approx Milan. HEX triplet: FF, F2 and 89. RGB value is (255,242,137). Sum of RGB (Red+Green+Blue) = 255+242+137=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 137 (53.91% from 255 or 21.61% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF289 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF289 is #000D76. Grayscale: #EAEAEA. Windows color (decimal): -3447 or 9040639. OLE color: 9040639.

HSL color Cylindrical-coordinate representation of color #FFF289: hue angle of 53.39º 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 #FFF289 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255242137-
CMYK00.050.460
HSL53.39º100%76.86%-
HSV(B)53.39º46.27%100%-
XYZ77.5186.5736.29-
YUV233.9273.31143.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 137 (53.91% from 255) = 21.61%
R=40.22%
G=38.17%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524213700.050.46053.3910076.86
HexFFF289052E035644d
Octal3773622110556065144115
Binary1111111111110010100010010101101110011010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF289; }

 p { color: rgb(255,242,137); }

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

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

 a { background-color: rgb(255,242,137); }

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

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

 span { border-color: rgb(255,242,137); }

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