#F7F28D

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

Shades of Milan #F7F28D

Tints of Milan #F7F28D

Color information

#F7F28D (or 0xF7F28D) is unknown color: approx Milan. HEX triplet: F7, F2 and 8D. RGB value is (247,242,141). Sum of RGB (Red+Green+Blue) = 247+242+141=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F28D is #080D72. Grayscale: #E8E8E8. Windows color (decimal): -527731 or 9302775. OLE color: 9302775.

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

Color convert

RGB247242141-
CMYK00.020.430.03
HSL57.17º86.89%76.08%-
HSV(B)57.17º42.91%96.86%-
XYZ74.9285.237.7-
YUV231.9876.66138.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.21%
GREEN value IS 242 (94.92% from 255) = 38.41%
BLUE value IS 141 (55.47% from 255) = 22.38%
R=39.21%
G=38.41%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724214100.020.430.0357.1786.8976.08
HexF7F28D022B339574c
Octal3673622150253371127114
Binary1111011111110010100011010101010111111100110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F28D; }

 p { color: rgb(247,242,141); }

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

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

 a { background-color: rgb(247,242,141); }

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

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

 span { border-color: rgb(247,242,141); }

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