Html Css Color HEX #FDF596 Milan

📋 copy color: '#FDF596'

red 253 ◦ green 245 ◦ blue 150

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

Shades of Milan #FDF596

Tints of Milan #FDF596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 23.15%

R = 39.04%
G = 37.81%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDF596 (or 0xFDF596) is known color: Milan. HEX triplet: FD, F5 and 96. RGB value is (253,245,150). Sum of RGB (Red+Green+Blue) = 253+245+150=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 150 (58.98% from 255 or 23.15% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF596 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF596 is #020A69. Grayscale: #ECECEC. Windows color (decimal): -133738 or 9893373. OLE color: 9893373.

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

Color convert

RGB 253 245 150 -
CMYK 0 0.03 0.41 0.01
HSL 55.34º 0.96% 0.79% -
HSV(B) 55.34º 0.41% 0.99% -
XYZ 78.67 88.39 41.77 -
YUV 236.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 253 245 150 0 0.03 0.41 0.01 55.34 0.96 0.79
Hex FD F5 96 0 3 29 1 37 60 4F
Octal 375 365 226 0 3 51 1 67 140 117
Binary 11111101 11110101 10010110 0 11 101001 1 110111 1100000 1001111

Color Harmonies of #FDF596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF596

Black with #FDF596

Text Example


Text Example

White with #FDF596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF596; }

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

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

background-color css

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

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

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

border-color css

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

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

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