Html Css Color HEX #FDF98D Milan

📋 copy color: '#FDF98D'

red 253 ◦ green 249 ◦ blue 141

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

Shades of Milan #FDF98D

Tints of Milan #FDF98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 21.93%

R = 39.35%
G = 38.72%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDF98D (or 0xFDF98D) is known color: Milan. HEX triplet: FD, F9 and 8D. RGB value is (253,249,141). Sum of RGB (Red+Green+Blue) = 253+249+141=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 141 (55.47% from 255 or 21.93% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF98D is #020672. Grayscale: #EEEEEE. Windows color (decimal): -132723 or 9304573. OLE color: 9304573.

HSL color Cylindrical-coordinate representation of color #FDF98D: hue angle of 57.86º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDF98D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 249 141 -
CMYK 0 0.02 0.44 0.01
HSL 57.86º 0.97% 0.77% -
HSV(B) 57.86º 0.44% 0.99% -
XYZ 79.19 90.56 38.5 -
YUV 237.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 253 249 141 0 0.02 0.44 0.01 57.86 0.97 0.77
Hex FD F9 8D 0 2 2C 1 3A 61 4D
Octal 375 371 215 0 2 54 1 72 141 115
Binary 11111101 11111001 10001101 0 10 101100 1 111010 1100001 1001101

Color Harmonies of #FDF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF98D

Black with #FDF98D

Text Example


Text Example

White with #FDF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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