Html Css Color HEX #FDF594 Milan

📋 copy color: '#FDF594'

red 253 ◦ green 245 ◦ blue 148

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

Shades of Milan #FDF594

Tints of Milan #FDF594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 22.91%

R = 39.16%
G = 37.93%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDF594 (or 0xFDF594) is known color: Milan. HEX triplet: FD, F5 and 94. RGB value is (253,245,148). Sum of RGB (Red+Green+Blue) = 253+245+148=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 148 (58.20% from 255 or 22.91% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF594 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF594 is #020A6B. Grayscale: #ECECEC. Windows color (decimal): -133740 or 9762301. OLE color: 9762301.

HSL color Cylindrical-coordinate representation of color #FDF594: hue angle of 55.43º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDF594 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 148 -
CMYK 0 0.03 0.42 0.01
HSL 55.43º 0.96% 0.79% -
HSV(B) 55.43º 0.42% 0.99% -
XYZ 78.51 88.33 40.93 -
YUV 236.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 253 245 148 0 0.03 0.42 0.01 55.43 0.96 0.79
Hex FD F5 94 0 3 2A 1 37 60 4F
Octal 375 365 224 0 3 52 1 67 140 117
Binary 11111101 11110101 10010100 0 11 101010 1 110111 1100000 1001111

Color Harmonies of #FDF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF594

Black with #FDF594

Text Example


Text Example

White with #FDF594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF594; }

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

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

background-color css

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

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

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

border-color css

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

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

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