Html Css Color HEX #FDF685 Milan

📋 copy color: '#FDF685'

red 253 ◦ green 246 ◦ blue 133

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

Shades of Milan #FDF685

Tints of Milan #FDF685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.04%

R = 40.03%
G = 38.92%
B = 21.04%

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

#FDF685 (or 0xFDF685) is known color: Milan. HEX triplet: FD, F6 and 85. RGB value is (253,246,133). Sum of RGB (Red+Green+Blue) = 253+246+133=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 133 (52.34% from 255 or 21.04% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF685 is #02097A. Grayscale: #EBEBEB. Windows color (decimal): -133499 or 8779517. OLE color: 8779517.

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

Color convert

RGB 253 246 133 -
CMYK 0 0.03 0.47 0.01
HSL 56.5º 0.97% 0.76% -
HSV(B) 56.5º 0.47% 0.99% -
XYZ 77.7 88.49 35.18 -
YUV 235.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 253 246 133 0 0.03 0.47 0.01 56.5 0.97 0.76
Hex FD F6 85 0 3 2F 1 38 61 4C
Octal 375 366 205 0 3 57 1 70 141 114
Binary 11111101 11110110 10000101 0 11 101111 1 111000 1100001 1001100

Color Harmonies of #FDF685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF685

Black with #FDF685

Text Example


Text Example

White with #FDF685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF685; }

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

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

background-color css

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

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

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

border-color css

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

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

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