#f7f18c

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

Shades of Milan #F7F18C

Tints of Milan #F7F18C

Color information

#F7F18C (or 0xF7F18C) is unknown color: approx Milan. HEX triplet: F7, F1 and 8C. RGB value is (247,241,140). Sum of RGB (Red+Green+Blue) = 247+241+140=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F18C is #080E73. Grayscale: #E7E7E7. Windows color (decimal): -527988 or 9236983. OLE color: 9236983.

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

Color convert

RGB247241140-
CMYK00.020.430.03
HSL56.64º86.99%75.88%-
HSV(B)56.64º43.32%96.86%-
XYZ74.5584.5837.21-
YUV231.2876.49139.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.33%
GREEN value IS 241 (94.53% from 255) = 38.38%
BLUE value IS 140 (55.08% from 255) = 22.29%
R=39.33%
G=38.38%
B=22.29%

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
Decimal24724114000.020.430.0356.6486.9975.88
HexF7F18C022B339574c
Octal3673612140253371127114
Binary1111011111110001100011000101010111111100110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7f18c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7f18c; }

 p { color: rgb(247,241,140); }

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

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

 a { background-color: rgb(247,241,140); }

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

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

 span { border-color: rgb(247,241,140); }

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