Html Css Color HEX #FDF585 Milan

📋 copy color: '#FDF585'

red 253 ◦ green 245 ◦ blue 133

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

Shades of Milan #FDF585

Tints of Milan #FDF585

RGB

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

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

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

R = 40.1%
G = 38.83%
B = 21.08%

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

#FDF585 (or 0xFDF585) is known color: Milan. HEX triplet: FD, F5 and 85. RGB value is (253,245,133). Sum of RGB (Red+Green+Blue) = 253+245+133=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 133 (52.34% from 255 or 21.08% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF585 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF585 is #020A7A. Grayscale: #EBEBEB. Windows color (decimal): -133755 or 8779261. OLE color: 8779261.

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

Color convert

RGB 253 245 133 -
CMYK 0 0.03 0.47 0.01
HSL 56º 0.97% 0.76% -
HSV(B) 56º 0.47% 0.99% -
XYZ 77.39 87.88 35.07 -
YUV 234.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 253 245 133 0 0.03 0.47 0.01 56 0.97 0.76
Hex FD F5 85 0 3 2F 1 38 61 4C
Octal 375 365 205 0 3 57 1 70 141 114
Binary 11111101 11110101 10000101 0 11 101111 1 111000 1100001 1001100

Color Harmonies of #FDF585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF585

Black with #FDF585

Text Example


Text Example

White with #FDF585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF585; }

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

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

background-color css

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

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

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

border-color css

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

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

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