Html Css Color HEX #FDF38C Milan

📋 copy color: '#FDF38C'

red 253 ◦ green 243 ◦ blue 140

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

Shades of Milan #FDF38C

Tints of Milan #FDF38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.01%

R = 39.78%
G = 38.21%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDF38C (or 0xFDF38C) is known color: Milan. HEX triplet: FD, F3 and 8C. RGB value is (253,243,140). Sum of RGB (Red+Green+Blue) = 253+243+140=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 140 (55.08% from 255 or 22.01% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF38C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF38C is #020C73. Grayscale: #EAEAEA. Windows color (decimal): -134260 or 9237501. OLE color: 9237501.

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

Color convert

RGB 253 243 140 -
CMYK 0 0.04 0.45 0.01
HSL 54.69º 0.97% 0.77% -
HSV(B) 54.69º 0.45% 0.99% -
XYZ 77.29 86.88 37.51 -
YUV 234.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 253 243 140 0 0.04 0.45 0.01 54.69 0.97 0.77
Hex FD F3 8C 0 4 2D 1 37 61 4D
Octal 375 363 214 0 4 55 1 67 141 115
Binary 11111101 11110011 10001100 0 100 101101 1 110111 1100001 1001101

Color Harmonies of #FDF38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF38C

Black with #FDF38C

Text Example


Text Example

White with #FDF38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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