Html Css Color HEX #FDF694 Milan

📋 copy color: '#FDF694'

red 253 ◦ green 246 ◦ blue 148

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

Shades of Milan #FDF694

Tints of Milan #FDF694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 22.87%

R = 39.1%
G = 38.02%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDF694 (or 0xFDF694) is known color: Milan. HEX triplet: FD, F6 and 94. RGB value is (253,246,148). Sum of RGB (Red+Green+Blue) = 253+246+148=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 148 (58.20% from 255 or 22.87% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF694 is #02096B. Grayscale: #EDEDED. Windows color (decimal): -133484 or 9762557. OLE color: 9762557.

HSL color Cylindrical-coordinate representation of color #FDF694: hue angle of 56º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDF694 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 246 148 -
CMYK 0 0.03 0.42 0.01
HSL 56º 0.96% 0.79% -
HSV(B) 56º 0.42% 0.99% -
XYZ 78.81 88.93 41.03 -
YUV 236.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 253 246 148 0 0.03 0.42 0.01 56 0.96 0.79
Hex FD F6 94 0 3 2A 1 38 60 4F
Octal 375 366 224 0 3 52 1 70 140 117
Binary 11111101 11110110 10010100 0 11 101010 1 111000 1100000 1001111

Color Harmonies of #FDF694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF694

Black with #FDF694

Text Example


Text Example

White with #FDF694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF694; }

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

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

background-color css

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

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

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

border-color css

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

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

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