#F4F28A

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

Shades of Milan #F4F28A

Tints of Milan #F4F28A

Color information

#F4F28A (or 0xF4F28A) is unknown color: approx Milan. HEX triplet: F4, F2 and 8A. RGB value is (244,242,138). Sum of RGB (Red+Green+Blue) = 244+242+138=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 138 (54.30% from 255 or 22.12% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F28A is #0B0D75. Grayscale: #E7E7E7. Windows color (decimal): -724342 or 9106164. OLE color: 9106164.

HSL color Cylindrical-coordinate representation of color #F4F28A: hue angle of 58.87º 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 #F4F28A is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244242138-
CMYK00.010.430.04
HSL58.87º82.81%74.9%-
HSV(B)58.87º43.44%95.69%-
XYZ73.6584.5736.49-
YUV230.7475.66137.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.10%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 138 (54.30% from 255) = 22.12%
R=39.10%
G=38.78%
B=22.12%

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
Decimal24424213800.010.430.0458.8782.8174.9
HexF4F28A012B43b534b
Octal3643622120153473123113
Binary1111010011110010100010100110101110011101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F28A; }

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

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

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

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

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

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

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

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