Html Css Color HEX #FDF290 Milan

📋 copy color: '#FDF290'

red 253 ◦ green 242 ◦ blue 144

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

Shades of Milan #FDF290

Tints of Milan #FDF290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.87%

 BLUE value IS 144 (56.64% from 255) = 22.54%

R = 39.59%
G = 37.87%
B = 22.54%

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

#FDF290 (or 0xFDF290) is known color: Milan. HEX triplet: FD, F2 and 90. RGB value is (253,242,144). Sum of RGB (Red+Green+Blue) = 253+242+144=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 144 (56.64% from 255 or 22.54% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF290 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF290 is #020D6F. Grayscale: #EAEAEA. Windows color (decimal): -134512 or 9499389. OLE color: 9499389.

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

Color convert

RGB 253 242 144 -
CMYK 0 0.04 0.43 0.01
HSL 53.94º 0.96% 0.78% -
HSV(B) 53.94º 0.43% 0.99% -
XYZ 77.29 86.4 38.99 -
YUV 234.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 253 242 144 0 0.04 0.43 0.01 53.94 0.96 0.78
Hex FD F2 90 0 4 2B 1 36 60 4E
Octal 375 362 220 0 4 53 1 66 140 116
Binary 11111101 11110010 10010000 0 100 101011 1 110110 1100000 1001110

Color Harmonies of #FDF290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF290

Black with #FDF290

Text Example


Text Example

White with #FDF290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF290; }

 p { color: rgb(253,242,144); }

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

background-color css

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

 a { background-color: rgb(253,242,144); }

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

border-color css

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

 span { border-color: rgb(253,242,144); }

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