Html Css Color HEX #FDF595 Milan

📋 copy color: '#FDF595'

red 253 ◦ green 245 ◦ blue 149

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

Shades of Milan #FDF595

Tints of Milan #FDF595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.03%

R = 39.1%
G = 37.87%
B = 23.03%

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

#FDF595 (or 0xFDF595) is known color: Milan. HEX triplet: FD, F5 and 95. RGB value is (253,245,149). Sum of RGB (Red+Green+Blue) = 253+245+149=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 149 (58.59% from 255 or 23.03% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF595 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF595 is #020A6A. Grayscale: #ECECEC. Windows color (decimal): -133739 or 9827837. OLE color: 9827837.

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

Color convert

RGB 253 245 149 -
CMYK 0 0.03 0.41 0.01
HSL 55.38º 0.96% 0.79% -
HSV(B) 55.38º 0.41% 0.99% -
XYZ 78.59 88.36 41.35 -
YUV 236.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 253 245 149 0 0.03 0.41 0.01 55.38 0.96 0.79
Hex FD F5 95 0 3 29 1 37 60 4F
Octal 375 365 225 0 3 51 1 67 140 117
Binary 11111101 11110101 10010101 0 11 101001 1 110111 1100000 1001111

Color Harmonies of #FDF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF595

Black with #FDF595

Text Example


Text Example

White with #FDF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF595; }

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

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

background-color css

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

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

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

border-color css

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

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

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