Html Css Color HEX #FDF394 Milan

📋 copy color: '#FDF394'

red 253 ◦ green 243 ◦ blue 148

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

Shades of Milan #FDF394

Tints of Milan #FDF394

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.73%

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

R = 39.29%
G = 37.73%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDF394 (or 0xFDF394) is known color: Milan. HEX triplet: FD, F3 and 94. RGB value is (253,243,148). Sum of RGB (Red+Green+Blue) = 253+243+148=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 148 (58.20% from 255 or 22.98% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF394 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF394 is #020C6B. Grayscale: #EBEBEB. Windows color (decimal): -134252 or 9761789. OLE color: 9761789.

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

Color convert

RGB 253 243 148 -
CMYK 0 0.04 0.42 0.01
HSL 54.29º 0.96% 0.79% -
HSV(B) 54.29º 0.42% 0.99% -
XYZ 77.9 87.12 40.73 -
YUV 235.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 253 243 148 0 0.04 0.42 0.01 54.29 0.96 0.79
Hex FD F3 94 0 4 2A 1 36 60 4F
Octal 375 363 224 0 4 52 1 66 140 117
Binary 11111101 11110011 10010100 0 100 101010 1 110110 1100000 1001111

Color Harmonies of #FDF394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF394

Black with #FDF394

Text Example


Text Example

White with #FDF394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF394; }

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

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

background-color css

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

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

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

border-color css

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

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

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