Html Css Color HEX #FDF185 Milan

📋 copy color: '#FDF185'

red 253 ◦ green 241 ◦ blue 133

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

Shades of Milan #FDF185

Tints of Milan #FDF185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.44%

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

R = 40.35%
G = 38.44%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDF185 (or 0xFDF185) is known color: Milan. HEX triplet: FD, F1 and 85. RGB value is (253,241,133). Sum of RGB (Red+Green+Blue) = 253+241+133=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 133 (52.34% from 255 or 21.21% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF185 is #020E7A. Grayscale: #E8E8E8. Windows color (decimal): -134779 or 8778237. OLE color: 8778237.

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

Color convert

RGB 253 241 133 -
CMYK 0 0.05 0.47 0.01
HSL 54º 0.97% 0.76% -
HSV(B) 54º 0.47% 0.99% -
XYZ 76.2 85.49 34.67 -
YUV 232.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 253 241 133 0 0.05 0.47 0.01 54 0.97 0.76
Hex FD F1 85 0 5 2F 1 36 61 4C
Octal 375 361 205 0 5 57 1 66 141 114
Binary 11111101 11110001 10000101 0 101 101111 1 110110 1100001 1001100

Color Harmonies of #FDF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF185

Black with #FDF185

Text Example


Text Example

White with #FDF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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