Html Css Color HEX #FDF495 Milan

📋 copy color: '#FDF495'

red 253 ◦ green 244 ◦ blue 149

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

Shades of Milan #FDF495

Tints of Milan #FDF495

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.77%

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

R = 39.16%
G = 37.77%
B = 23.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDF495 (or 0xFDF495) is known color: Milan. HEX triplet: FD, F4 and 95. RGB value is (253,244,149). Sum of RGB (Red+Green+Blue) = 253+244+149=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 149 (58.59% from 255 or 23.07% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF495 is #020B6A. Grayscale: #ECECEC. Windows color (decimal): -133995 or 9827581. OLE color: 9827581.

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

Color convert

RGB 253 244 149 -
CMYK 0 0.04 0.41 0.01
HSL 54.81º 0.96% 0.79% -
HSV(B) 54.81º 0.41% 0.99% -
XYZ 78.28 87.75 41.25 -
YUV 235.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 253 244 149 0 0.04 0.41 0.01 54.81 0.96 0.79
Hex FD F4 95 0 4 29 1 37 60 4F
Octal 375 364 225 0 4 51 1 67 140 117
Binary 11111101 11110100 10010101 0 100 101001 1 110111 1100000 1001111

Color Harmonies of #FDF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF495

Black with #FDF495

Text Example


Text Example

White with #FDF495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF495; }

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

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

background-color css

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

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

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

border-color css

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

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

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