#FDF18B

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

Shades of Milan #FDF18B

Tints of Milan #FDF18B

Color information

#FDF18B (or 0xFDF18B) is unknown color: approx Milan. HEX triplet: FD, F1 and 8B. RGB value is (253,241,139). Sum of RGB (Red+Green+Blue) = 253+241+139=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 139 (54.69% from 255 or 21.96% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF18B is #020E74. Grayscale: #E9E9E9. Windows color (decimal): -134773 or 9171453. OLE color: 9171453.

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

Color convert

RGB253241139-
CMYK00.050.450.01
HSL53.68º96.61%76.86%-
HSV(B)53.68º45.06%99.22%-
XYZ76.6285.6636.92-
YUV232.9674.98142.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 139 (54.69% from 255) = 21.96%
R=39.97%
G=38.07%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324113900.050.450.0153.6896.6176.86
HexFDF18B052D136614d
Octal3753612130555166141115
Binary1111110111110001100010110101101101111011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF18B; }

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

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

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

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

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

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

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

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