#F9F28E

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

Shades of Milan #F9F28E

Tints of Milan #F9F28E

Color information

#F9F28E (or 0xF9F28E) is unknown color: approx Milan. HEX triplet: F9, F2 and 8E. RGB value is (249,242,142). Sum of RGB (Red+Green+Blue) = 249+242+142=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 142 (55.86% from 255 or 22.43% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F28E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F28E is #060D71. Grayscale: #E9E9E9. Windows color (decimal): -396658 or 9368313. OLE color: 9368313.

HSL color Cylindrical-coordinate representation of color #F9F28E: hue angle of 56.07º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9F28E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249242142-
CMYK00.030.430.02
HSL56.07º89.92%76.67%-
HSV(B)56.07º42.97%97.65%-
XYZ75.785.638.12-
YUV232.6976.82139.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.34%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 142 (55.86% from 255) = 22.43%
R=39.34%
G=38.23%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924214200.030.430.0256.0789.9276.67
HexF9F28E032B2385a4d
Octal3713622160353270132115
Binary1111100111110010100011100111010111011100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F28E; }

 p { color: rgb(249,242,142); }

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

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

 a { background-color: rgb(249,242,142); }

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

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

 span { border-color: rgb(249,242,142); }

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