#FDF288

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

Shades of Milan #FDF288

Tints of Milan #FDF288

Color information

#FDF288 (or 0xFDF288) is unknown color: approx Milan. HEX triplet: FD, F2 and 88. RGB value is (253,242,136). Sum of RGB (Red+Green+Blue) = 253+242+136=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 136 (53.52% from 255 or 21.55% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF288 is #020D77. Grayscale: #E9E9E9. Windows color (decimal): -134520 or 8975101. OLE color: 8975101.

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

Color convert

RGB253242136-
CMYK00.040.460.01
HSL54.36º96.69%76.27%-
HSV(B)54.36º46.25%99.22%-
XYZ76.786.1635.88-
YUV233.273.14142.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 242 (94.92% from 255) = 38.35%
BLUE value IS 136 (53.52% from 255) = 21.55%
R=40.10%
G=38.35%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324213600.040.460.0154.3696.6976.27
HexFDF288042E136614c
Octal3753622100456166141114
Binary1111110111110010100010000100101110111011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF288; }

 p { color: rgb(253,242,136); }

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

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

 a { background-color: rgb(253,242,136); }

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

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

 span { border-color: rgb(253,242,136); }

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