Html Css Color HEX #FDF190 Milan

📋 copy color: '#FDF190'

red 253 ◦ green 241 ◦ blue 144

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

Shades of Milan #FDF190

Tints of Milan #FDF190

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.77%

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

R = 39.66%
G = 37.77%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDF190 (or 0xFDF190) is known color: Milan. HEX triplet: FD, F1 and 90. RGB value is (253,241,144). Sum of RGB (Red+Green+Blue) = 253+241+144=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 144 (56.64% from 255 or 22.57% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF190 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF190 is #020E6F. Grayscale: #E9E9E9. Windows color (decimal): -134768 or 9499133. OLE color: 9499133.

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

Color convert

RGB 253 241 144 -
CMYK 0 0.05 0.43 0.01
HSL 53.39º 0.96% 0.78% -
HSV(B) 53.39º 0.43% 0.99% -
XYZ 77 85.81 38.89 -
YUV 233.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 253 241 144 0 0.05 0.43 0.01 53.39 0.96 0.78
Hex FD F1 90 0 5 2B 1 35 60 4E
Octal 375 361 220 0 5 53 1 65 140 116
Binary 11111101 11110001 10010000 0 101 101011 1 110101 1100000 1001110

Color Harmonies of #FDF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF190

Black with #FDF190

Text Example


Text Example

White with #FDF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF190; }

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

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

background-color css

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

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

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

border-color css

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

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

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