#FDF684

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

Shades of Milan #FDF684

Tints of Milan #FDF684

Color information

#FDF684 (or 0xFDF684) is unknown color: approx Milan. HEX triplet: FD, F6 and 84. RGB value is (253,246,132). Sum of RGB (Red+Green+Blue) = 253+246+132=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 132 (51.95% from 255 or 20.92% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF684 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF684 is #02097B. Grayscale: #EBEBEB. Windows color (decimal): -133500 or 8713981. OLE color: 8713981.

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

Color convert

RGB253246132-
CMYK00.030.480.01
HSL56.53º96.8%75.49%-
HSV(B)56.53º47.83%99.22%-
XYZ77.6388.4634.81-
YUV235.169.82140.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 246 (96.48% from 255) = 38.99%
BLUE value IS 132 (51.95% from 255) = 20.92%
R=40.10%
G=38.99%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324613200.030.480.0156.5396.875.49
HexFDF6840330139614b
Octal3753662040360171141113
Binary111111011111011010000100011110000111100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF684; }

 p { color: rgb(253,246,132); }

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

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

 a { background-color: rgb(253,246,132); }

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

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

 span { border-color: rgb(253,246,132); }

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