Html Css Color HEX #FDFB85 Milan

📋 copy color: '#FDFB85'

red 253 ◦ green 251 ◦ blue 133

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

Shades of Milan #FDFB85

Tints of Milan #FDFB85

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.4%

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

R = 39.72%
G = 39.4%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDFB85 (or 0xFDFB85) is known color: Milan. HEX triplet: FD, FB and 85. RGB value is (253,251,133). Sum of RGB (Red+Green+Blue) = 253+251+133=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 133 (52.34% from 255 or 20.88% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB85 is #02047A. Grayscale: #EEEEEE. Windows color (decimal): -132219 or 8780797. OLE color: 8780797.

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

Color convert

RGB 253 251 133 -
CMYK 0 0.01 0.47 0.01
HSL 59º 0.97% 0.76% -
HSV(B) 59º 0.47% 0.99% -
XYZ 79.24 91.57 35.69 -
YUV 238.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 253 251 133 0 0.01 0.47 0.01 59 0.97 0.76
Hex FD FB 85 0 1 2F 1 3B 61 4C
Octal 375 373 205 0 1 57 1 73 141 114
Binary 11111101 11111011 10000101 0 1 101111 1 111011 1100001 1001100

Color Harmonies of #FDFB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB85

Black with #FDFB85

Text Example


Text Example

White with #FDFB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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