Html Css Color HEX #FDF58E Milan

📋 copy color: '#FDF58E'

red 253 ◦ green 245 ◦ blue 142

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

Shades of Milan #FDF58E

Tints of Milan #FDF58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.19%

R = 39.53%
G = 38.28%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDF58E (or 0xFDF58E) is known color: Milan. HEX triplet: FD, F5 and 8E. RGB value is (253,245,142). Sum of RGB (Red+Green+Blue) = 253+245+142=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 142 (55.86% from 255 or 22.19% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF58E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF58E is #020A71. Grayscale: #ECECEC. Windows color (decimal): -133746 or 9369085. OLE color: 9369085.

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

Color convert

RGB 253 245 142 -
CMYK 0 0.03 0.44 0.01
HSL 55.68º 0.97% 0.77% -
HSV(B) 55.68º 0.44% 0.99% -
XYZ 78.04 88.14 38.49 -
YUV 235.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 253 245 142 0 0.03 0.44 0.01 55.68 0.97 0.77
Hex FD F5 8E 0 3 2C 1 38 61 4D
Octal 375 365 216 0 3 54 1 70 141 115
Binary 11111101 11110101 10001110 0 11 101100 1 111000 1100001 1001101

Color Harmonies of #FDF58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF58E

Black with #FDF58E

Text Example


Text Example

White with #FDF58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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