Html Css Color HEX #FDF486 Milan

📋 copy color: '#FDF486'

red 253 ◦ green 244 ◦ blue 134

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

Shades of Milan #FDF486

Tints of Milan #FDF486

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.67%

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

R = 40.1%
G = 38.67%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDF486 (or 0xFDF486) is known color: Milan. HEX triplet: FD, F4 and 86. RGB value is (253,244,134). Sum of RGB (Red+Green+Blue) = 253+244+134=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 134 (52.73% from 255 or 21.24% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF486 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF486 is #020B79. Grayscale: #EAEAEA. Windows color (decimal): -134010 or 8844541. OLE color: 8844541.

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

Color convert

RGB 253 244 134 -
CMYK 0 0.04 0.47 0.01
HSL 55.46º 0.97% 0.76% -
HSV(B) 55.46º 0.47% 0.99% -
XYZ 77.16 87.31 35.34 -
YUV 234.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 253 244 134 0 0.04 0.47 0.01 55.46 0.97 0.76
Hex FD F4 86 0 4 2F 1 37 61 4C
Octal 375 364 206 0 4 57 1 67 141 114
Binary 11111101 11110100 10000110 0 100 101111 1 110111 1100001 1001100

Color Harmonies of #FDF486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF486

Black with #FDF486

Text Example


Text Example

White with #FDF486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF486; }

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

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

background-color css

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

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

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

border-color css

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

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

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