Html Css Color HEX #FDF686 Milan

📋 copy color: '#FDF686'

red 253 ◦ green 246 ◦ blue 134

#FDF686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milan #FDF686

Tints of Milan #FDF686

RGB

 RED value IS 253 (99.22% from 255) = 39.97%

 GREEN value IS 246 (96.48% from 255) = 38.86%

 BLUE value IS 134 (52.73% from 255) = 21.17%

R = 39.97%
G = 38.86%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDF686 (or 0xFDF686) is known color: Milan. HEX triplet: FD, F6 and 86. RGB value is (253,246,134). Sum of RGB (Red+Green+Blue) = 253+246+134=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 134 (52.73% from 255 or 21.17% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF686 is #020979. Grayscale: #EBEBEB. Windows color (decimal): -133498 or 8845053. OLE color: 8845053.

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

Color convert

RGB 253 246 134 -
CMYK 0 0.03 0.47 0.01
HSL 56.47º 0.97% 0.76% -
HSV(B) 56.47º 0.47% 0.99% -
XYZ 77.77 88.52 35.54 -
YUV 235.33 70.82 140.61 -
System Red Green Blue C M Y K H S L
Decimal 253 246 134 0 0.03 0.47 0.01 56.47 0.97 0.76
Hex FD F6 86 0 3 2F 1 38 61 4C
Octal 375 366 206 0 3 57 1 70 141 114
Binary 11111101 11110110 10000110 0 11 101111 1 111000 1100001 1001100

Color Harmonies of #FDF686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF686

Black with #FDF686

Text Example


Text Example

White with #FDF686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF686; }

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

 H1.HeaderClassName
 {
   color: #FDF686;
 }
 .AnyTagClassName
 {
   color: #FDF686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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