Html Css Color HEX #FDF586 Milan

📋 copy color: '#FDF586'

red 253 ◦ green 245 ◦ blue 134

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

Shades of Milan #FDF586

Tints of Milan #FDF586

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.77%

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

R = 40.03%
G = 38.77%
B = 21.2%

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

#FDF586 (or 0xFDF586) is known color: Milan. HEX triplet: FD, F5 and 86. RGB value is (253,245,134). Sum of RGB (Red+Green+Blue) = 253+245+134=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 134 (52.73% from 255 or 21.20% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF586 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF586 is #020A79. Grayscale: #EBEBEB. Windows color (decimal): -133754 or 8844797. OLE color: 8844797.

HSL color Cylindrical-coordinate representation of color #FDF586: hue angle of 55.97º 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 #FDF586 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 134 -
CMYK 0 0.03 0.47 0.01
HSL 55.97º 0.97% 0.76% -
HSV(B) 55.97º 0.47% 0.99% -
XYZ 77.46 87.91 35.44 -
YUV 234.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 253 245 134 0 0.03 0.47 0.01 55.97 0.97 0.76
Hex FD F5 86 0 3 2F 1 38 61 4C
Octal 375 365 206 0 3 57 1 70 141 114
Binary 11111101 11110101 10000110 0 11 101111 1 111000 1100001 1001100

Color Harmonies of #FDF586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF586

Black with #FDF586

Text Example


Text Example

White with #FDF586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF586; }

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

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

background-color css

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

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

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

border-color css

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

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

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