#F7F28A

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

Shades of Milan #F7F28A

Tints of Milan #F7F28A

Color information

#F7F28A (or 0xF7F28A) is unknown color: approx Milan. HEX triplet: F7, F2 and 8A. RGB value is (247,242,138). Sum of RGB (Red+Green+Blue) = 247+242+138=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 138 (54.30% from 255 or 22.01% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F28A is #080D75. Grayscale: #E8E8E8. Windows color (decimal): -527734 or 9106167. OLE color: 9106167.

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

Color convert

RGB247242138-
CMYK00.020.440.03
HSL57.25º87.2%75.49%-
HSV(B)57.25º44.13%96.86%-
XYZ74.785.1136.54-
YUV231.6475.16138.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.39%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 138 (54.30% from 255) = 22.01%
R=39.39%
G=38.60%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724213800.020.440.0357.2587.275.49
HexF7F28A022C339574b
Octal3673622120254371127113
Binary1111011111110010100010100101011001111100110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F28A; }

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

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

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

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

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

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

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

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