Html Css Color HEX #FDF18A Milan

📋 copy color: '#FDF18A'

red 253 ◦ green 241 ◦ blue 138

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

Shades of Milan #FDF18A

Tints of Milan #FDF18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 21.84%

R = 40.03%
G = 38.13%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDF18A (or 0xFDF18A) is known color: Milan. HEX triplet: FD, F1 and 8A. RGB value is (253,241,138). Sum of RGB (Red+Green+Blue) = 253+241+138=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 138 (54.30% from 255 or 21.84% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF18A is #020E75. Grayscale: #E9E9E9. Windows color (decimal): -134774 or 9105917. OLE color: 9105917.

HSL color Cylindrical-coordinate representation of color #FDF18A: hue angle of 53.74º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDF18A is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 241 138 -
CMYK 0 0.05 0.45 0.01
HSL 53.74º 0.97% 0.77% -
HSV(B) 53.74º 0.45% 0.99% -
XYZ 76.55 85.63 36.54 -
YUV 232.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 253 241 138 0 0.05 0.45 0.01 53.74 0.97 0.77
Hex FD F1 8A 0 5 2D 1 36 61 4D
Octal 375 361 212 0 5 55 1 66 141 115
Binary 11111101 11110001 10001010 0 101 101101 1 110110 1100001 1001101

Color Harmonies of #FDF18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF18A

Black with #FDF18A

Text Example


Text Example

White with #FDF18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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