Html Css Color HEX #FDF086 Milan

📋 copy color: '#FDF086'

red 253 ◦ green 240 ◦ blue 134

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

Shades of Milan #FDF086

Tints of Milan #FDF086

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.28%

 BLUE value IS 134 (52.73% from 255) = 21.37%

R = 40.35%
G = 38.28%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDF086 (or 0xFDF086) is known color: Milan. HEX triplet: FD, F0 and 86. RGB value is (253,240,134). Sum of RGB (Red+Green+Blue) = 253+240+134=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 134 (52.73% from 255 or 21.37% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF086 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF086 is #020F79. Grayscale: #E8E8E8. Windows color (decimal): -135034 or 8843517. OLE color: 8843517.

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

Color convert

RGB 253 240 134 -
CMYK 0 0.05 0.47 0.01
HSL 53.45º 0.97% 0.76% -
HSV(B) 53.45º 0.47% 0.99% -
XYZ 75.97 84.92 34.94 -
YUV 231.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 253 240 134 0 0.05 0.47 0.01 53.45 0.97 0.76
Hex FD F0 86 0 5 2F 1 35 61 4C
Octal 375 360 206 0 5 57 1 65 141 114
Binary 11111101 11110000 10000110 0 101 101111 1 110101 1100001 1001100

Color Harmonies of #FDF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF086

Black with #FDF086

Text Example


Text Example

White with #FDF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF086; }

 p { color: rgb(253,240,134); }

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

background-color css

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

 a { background-color: rgb(253,240,134); }

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

border-color css

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

 span { border-color: rgb(253,240,134); }

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