#F4F28B

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

Shades of Milan #F4F28B

Tints of Milan #F4F28B

Color information

#F4F28B (or 0xF4F28B) is unknown color: approx Milan. HEX triplet: F4, F2 and 8B. RGB value is (244,242,139). Sum of RGB (Red+Green+Blue) = 244+242+139=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 139 (54.69% from 255 or 22.24% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F28B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F28B is #0B0D74. Grayscale: #E7E7E7. Windows color (decimal): -724341 or 9171700. OLE color: 9171700.

HSL color Cylindrical-coordinate representation of color #F4F28B: hue angle of 58.86º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4F28B is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244242139-
CMYK00.010.430.04
HSL58.86º82.68%75.1%-
HSV(B)58.86º43.03%95.69%-
XYZ73.7284.636.87-
YUV230.8676.16137.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.04%
GREEN value IS 242 (94.92% from 255) = 38.72%
BLUE value IS 139 (54.69% from 255) = 22.24%
R=39.04%
G=38.72%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424213900.010.430.0458.8682.6875.1
HexF4F28B012B43b534b
Octal3643622130153473123113
Binary1111010011110010100010110110101110011101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F28B; }

 p { color: rgb(244,242,139); }

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

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

 a { background-color: rgb(244,242,139); }

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

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

 span { border-color: rgb(244,242,139); }

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