Html Css Color HEX #FDF693 Milan

📋 copy color: '#FDF693'

red 253 ◦ green 246 ◦ blue 147

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

Shades of Milan #FDF693

Tints of Milan #FDF693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 22.76%

R = 39.16%
G = 38.08%
B = 22.76%

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

#FDF693 (or 0xFDF693) is known color: Milan. HEX triplet: FD, F6 and 93. RGB value is (253,246,147). Sum of RGB (Red+Green+Blue) = 253+246+147=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 147 (57.81% from 255 or 22.76% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF693 is #02096C. Grayscale: #EDEDED. Windows color (decimal): -133485 or 9697021. OLE color: 9697021.

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

Color convert

RGB 253 246 147 -
CMYK 0 0.03 0.42 0.01
HSL 56.04º 0.96% 0.78% -
HSV(B) 56.04º 0.42% 0.99% -
XYZ 78.73 88.9 40.61 -
YUV 236.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 253 246 147 0 0.03 0.42 0.01 56.04 0.96 0.78
Hex FD F6 93 0 3 2A 1 38 60 4E
Octal 375 366 223 0 3 52 1 70 140 116
Binary 11111101 11110110 10010011 0 11 101010 1 111000 1100000 1001110

Color Harmonies of #FDF693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF693

Black with #FDF693

Text Example


Text Example

White with #FDF693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF693; }

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

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

background-color css

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

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

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

border-color css

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

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

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