Html Css Color HEX #FDF986 Milan

📋 copy color: '#FDF986'

red 253 ◦ green 249 ◦ blue 134

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

Shades of Milan #FDF986

Tints of Milan #FDF986

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.15%

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

R = 39.78%
G = 39.15%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDF986 (or 0xFDF986) is known color: Milan. HEX triplet: FD, F9 and 86. RGB value is (253,249,134). Sum of RGB (Red+Green+Blue) = 253+249+134=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 134 (52.73% from 255 or 21.07% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF986 is #020679. Grayscale: #EDEDED. Windows color (decimal): -132730 or 8845821. OLE color: 8845821.

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

Color convert

RGB 253 249 134 -
CMYK 0 0.02 0.47 0.01
HSL 57.98º 0.97% 0.76% -
HSV(B) 57.98º 0.47% 0.99% -
XYZ 78.69 90.36 35.85 -
YUV 237.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 253 249 134 0 0.02 0.47 0.01 57.98 0.97 0.76
Hex FD F9 86 0 2 2F 1 3A 61 4C
Octal 375 371 206 0 2 57 1 72 141 114
Binary 11111101 11111001 10000110 0 10 101111 1 111010 1100001 1001100

Color Harmonies of #FDF986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF986

Black with #FDF986

Text Example


Text Example

White with #FDF986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF986; }

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

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

background-color css

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

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

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

border-color css

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

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

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