Html Css Color HEX #FDF68C Milan

📋 copy color: '#FDF68C'

red 253 ◦ green 246 ◦ blue 140

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

Shades of Milan #FDF68C

Tints of Milan #FDF68C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.5%

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

R = 39.59%
G = 38.5%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDF68C (or 0xFDF68C) is known color: Milan. HEX triplet: FD, F6 and 8C. RGB value is (253,246,140). Sum of RGB (Red+Green+Blue) = 253+246+140=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 140 (55.08% from 255 or 21.91% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF68C is #020973. Grayscale: #ECECEC. Windows color (decimal): -133492 or 9238269. OLE color: 9238269.

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

Color convert

RGB 253 246 140 -
CMYK 0 0.03 0.45 0.01
HSL 56.28º 0.97% 0.77% -
HSV(B) 56.28º 0.45% 0.99% -
XYZ 78.2 88.69 37.81 -
YUV 236.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 253 246 140 0 0.03 0.45 0.01 56.28 0.97 0.77
Hex FD F6 8C 0 3 2D 1 38 61 4D
Octal 375 366 214 0 3 55 1 70 141 115
Binary 11111101 11110110 10001100 0 11 101101 1 111000 1100001 1001101

Color Harmonies of #FDF68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF68C

Black with #FDF68C

Text Example


Text Example

White with #FDF68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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