Html Css Color HEX #FDF584 Milan

📋 copy color: '#FDF584'

red 253 ◦ green 245 ◦ blue 132

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

Shades of Milan #FDF584

Tints of Milan #FDF584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 20.95%

R = 40.16%
G = 38.89%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDF584 (or 0xFDF584) is known color: Milan. HEX triplet: FD, F5 and 84. RGB value is (253,245,132). Sum of RGB (Red+Green+Blue) = 253+245+132=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 132 (51.95% from 255 or 20.95% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF584 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF584 is #020A7B. Grayscale: #EAEAEA. Windows color (decimal): -133756 or 8713725. OLE color: 8713725.

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

Color convert

RGB 253 245 132 -
CMYK 0 0.03 0.48 0.01
HSL 56.03º 0.97% 0.75% -
HSV(B) 56.03º 0.48% 0.99% -
XYZ 77.33 87.85 34.71 -
YUV 234.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 253 245 132 0 0.03 0.48 0.01 56.03 0.97 0.75
Hex FD F5 84 0 3 30 1 38 61 4B
Octal 375 365 204 0 3 60 1 70 141 113
Binary 11111101 11110101 10000100 0 11 110000 1 111000 1100001 1001011

Color Harmonies of #FDF584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF584

Black with #FDF584

Text Example


Text Example

White with #FDF584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF584; }

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

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

background-color css

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

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

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

border-color css

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

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

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