Html Css Color HEX #FDF38D Milan

📋 copy color: '#FDF38D'

red 253 ◦ green 243 ◦ blue 141

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

Shades of Milan #FDF38D

Tints of Milan #FDF38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.14%

R = 39.72%
G = 38.15%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDF38D (or 0xFDF38D) is known color: Milan. HEX triplet: FD, F3 and 8D. RGB value is (253,243,141). Sum of RGB (Red+Green+Blue) = 253+243+141=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 141 (55.47% from 255 or 22.14% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF38D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF38D is #020C72. Grayscale: #EAEAEA. Windows color (decimal): -134259 or 9303037. OLE color: 9303037.

HSL color Cylindrical-coordinate representation of color #FDF38D: hue angle of 54.64º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDF38D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 243 141 -
CMYK 0 0.04 0.44 0.01
HSL 54.64º 0.97% 0.77% -
HSV(B) 54.64º 0.44% 0.99% -
XYZ 77.37 86.91 37.9 -
YUV 234.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 253 243 141 0 0.04 0.44 0.01 54.64 0.97 0.77
Hex FD F3 8D 0 4 2C 1 37 61 4D
Octal 375 363 215 0 4 54 1 67 141 115
Binary 11111101 11110011 10001101 0 100 101100 1 110111 1100001 1001101

Color Harmonies of #FDF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF38D

Black with #FDF38D

Text Example


Text Example

White with #FDF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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