Html Css Color HEX #FDF98C Milan

📋 copy color: '#FDF98C'

red 253 ◦ green 249 ◦ blue 140

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

Shades of Milan #FDF98C

Tints of Milan #FDF98C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.79%

 BLUE value IS 140 (55.08% from 255) = 21.81%

R = 39.41%
G = 38.79%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDF98C (or 0xFDF98C) is known color: Milan. HEX triplet: FD, F9 and 8C. RGB value is (253,249,140). Sum of RGB (Red+Green+Blue) = 253+249+140=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 140 (55.08% from 255 or 21.81% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF98C is #020673. Grayscale: #EEEEEE. Windows color (decimal): -132724 or 9239037. OLE color: 9239037.

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

Color convert

RGB 253 249 140 -
CMYK 0 0.02 0.45 0.01
HSL 57.88º 0.97% 0.77% -
HSV(B) 57.88º 0.45% 0.99% -
XYZ 79.12 90.53 38.11 -
YUV 237.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 253 249 140 0 0.02 0.45 0.01 57.88 0.97 0.77
Hex FD F9 8C 0 2 2D 1 3A 61 4D
Octal 375 371 214 0 2 55 1 72 141 115
Binary 11111101 11111001 10001100 0 10 101101 1 111010 1100001 1001101

Color Harmonies of #FDF98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF98C

Black with #FDF98C

Text Example


Text Example

White with #FDF98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF98C; }

 p { color: rgb(253,249,140); }

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

background-color css

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

 a { background-color: rgb(253,249,140); }

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

border-color css

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

 span { border-color: rgb(253,249,140); }

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