Html Css Color HEX #FDF491 Milan

📋 copy color: '#FDF491'

red 253 ◦ green 244 ◦ blue 145

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

Shades of Milan #FDF491

Tints of Milan #FDF491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 22.59%

R = 39.41%
G = 38.01%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDF491 (or 0xFDF491) is known color: Milan. HEX triplet: FD, F4 and 91. RGB value is (253,244,145). Sum of RGB (Red+Green+Blue) = 253+244+145=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 145 (57.03% from 255 or 22.59% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF491 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF491 is #020B6E. Grayscale: #EBEBEB. Windows color (decimal): -133999 or 9565437. OLE color: 9565437.

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

Color convert

RGB 253 244 145 -
CMYK 0 0.04 0.43 0.01
HSL 55º 0.96% 0.78% -
HSV(B) 55º 0.43% 0.99% -
XYZ 77.97 87.63 39.59 -
YUV 235.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 253 244 145 0 0.04 0.43 0.01 55 0.96 0.78
Hex FD F4 91 0 4 2B 1 37 60 4E
Octal 375 364 221 0 4 53 1 67 140 116
Binary 11111101 11110100 10010001 0 100 101011 1 110111 1100000 1001110

Color Harmonies of #FDF491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF491

Black with #FDF491

Text Example


Text Example

White with #FDF491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF491; }

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

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

background-color css

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

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

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

border-color css

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

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

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