Html Css Color HEX #FDF794 Milan

📋 copy color: '#FDF794'

red 253 ◦ green 247 ◦ blue 148

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

Shades of Milan #FDF794

Tints of Milan #FDF794

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.12%

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

R = 39.04%
G = 38.12%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDF794 (or 0xFDF794) is known color: Milan. HEX triplet: FD, F7 and 94. RGB value is (253,247,148). Sum of RGB (Red+Green+Blue) = 253+247+148=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 148 (58.20% from 255 or 22.84% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF794 is #02086B. Grayscale: #EDEDED. Windows color (decimal): -133228 or 9762813. OLE color: 9762813.

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

Color convert

RGB 253 247 148 -
CMYK 0 0.02 0.42 0.01
HSL 56.57º 0.96% 0.79% -
HSV(B) 56.57º 0.42% 0.99% -
XYZ 79.11 89.54 41.13 -
YUV 237.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 253 247 148 0 0.02 0.42 0.01 56.57 0.96 0.79
Hex FD F7 94 0 2 2A 1 39 60 4F
Octal 375 367 224 0 2 52 1 71 140 117
Binary 11111101 11110111 10010100 0 10 101010 1 111001 1100000 1001111

Color Harmonies of #FDF794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF794

Black with #FDF794

Text Example


Text Example

White with #FDF794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF794; }

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

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

background-color css

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

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

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

border-color css

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

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

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