Html Css Color HEX #FDF085 Milan

📋 copy color: '#FDF085'

red 253 ◦ green 240 ◦ blue 133

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

Shades of Milan #FDF085

Tints of Milan #FDF085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.25%

R = 40.42%
G = 38.34%
B = 21.25%

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

#FDF085 (or 0xFDF085) is known color: Milan. HEX triplet: FD, F0 and 85. RGB value is (253,240,133). Sum of RGB (Red+Green+Blue) = 253+240+133=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 133 (52.34% from 255 or 21.25% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF085 is #020F7A. Grayscale: #E8E8E8. Windows color (decimal): -135035 or 8777981. OLE color: 8777981.

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

Color convert

RGB 253 240 133 -
CMYK 0 0.05 0.47 0.01
HSL 53.5º 0.97% 0.76% -
HSV(B) 53.5º 0.47% 0.99% -
XYZ 75.9 84.9 34.58 -
YUV 231.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 253 240 133 0 0.05 0.47 0.01 53.5 0.97 0.76
Hex FD F0 85 0 5 2F 1 36 61 4C
Octal 375 360 205 0 5 57 1 66 141 114
Binary 11111101 11110000 10000101 0 101 101111 1 110110 1100001 1001100

Color Harmonies of #FDF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF085

Black with #FDF085

Text Example


Text Example

White with #FDF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF085; }

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

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

background-color css

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

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

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

border-color css

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

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

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