Html Css Color HEX #FDF983 Milan

📋 copy color: '#FDF983'

red 253 ◦ green 249 ◦ blue 131

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

Shades of Milan #FDF983

Tints of Milan #FDF983

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.34%

 BLUE value IS 131 (51.56% from 255) = 20.7%

R = 39.97%
G = 39.34%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDF983 (or 0xFDF983) is known color: Milan. HEX triplet: FD, F9 and 83. RGB value is (253,249,131). Sum of RGB (Red+Green+Blue) = 253+249+131=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 131 (51.56% from 255 or 20.70% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF983 is #02067C. Grayscale: #EDEDED. Windows color (decimal): -132733 or 8649213. OLE color: 8649213.

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

Color convert

RGB 253 249 131 -
CMYK 0 0.02 0.48 0.01
HSL 58.03º 0.97% 0.75% -
HSV(B) 58.03º 0.48% 0.99% -
XYZ 78.48 90.27 34.76 -
YUV 236.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 253 249 131 0 0.02 0.48 0.01 58.03 0.97 0.75
Hex FD F9 83 0 2 30 1 3A 61 4B
Octal 375 371 203 0 2 60 1 72 141 113
Binary 11111101 11111001 10000011 0 10 110000 1 111010 1100001 1001011

Color Harmonies of #FDF983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF983

Black with #FDF983

Text Example


Text Example

White with #FDF983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF983; }

 p { color: rgb(253,249,131); }

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

background-color css

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

 a { background-color: rgb(253,249,131); }

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

border-color css

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

 span { border-color: rgb(253,249,131); }

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