#FFF18B

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

Shades of Milan #FFF18B

Tints of Milan #FFF18B

Color information

#FFF18B (or 0xFFF18B) is unknown color: approx Milan. HEX triplet: FF, F1 and 8B. RGB value is (255,241,139). Sum of RGB (Red+Green+Blue) = 255+241+139=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 139 (54.69% from 255 or 21.89% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF18B is #000E74. Grayscale: #E9E9E9. Windows color (decimal): -3701 or 9171455. OLE color: 9171455.

HSL color Cylindrical-coordinate representation of color #FFF18B: hue angle of 52.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFF18B is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB255241139-
CMYK00.050.450
HSL52.76º100%77.25%-
HSV(B)52.76º45.49%100%-
XYZ77.3686.0336.96-
YUV233.5674.64143.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 139 (54.69% from 255) = 21.89%
R=40.16%
G=37.95%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524113900.050.45052.7610077.25
HexFFF18B052D035644d
Octal3773612130555065144115
Binary1111111111110001100010110101101101011010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF18B; }

 p { color: rgb(255,241,139); }

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

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

 a { background-color: rgb(255,241,139); }

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

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

 span { border-color: rgb(255,241,139); }

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