Html Css Color HEX #FFFA85 Milan

📋 copy color: '#FFFA85'

red 255 ◦ green 250 ◦ blue 133

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

Shades of Milan #FFFA85

Tints of Milan #FFFA85

RGB

 RED value IS 255 (100% from 255) = 39.97%

 GREEN value IS 250 (98.05% from 255) = 39.18%

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

R = 39.97%
G = 39.18%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFFA85 (or 0xFFFA85) is known color: Milan. HEX triplet: FF, FA and 85. RGB value is (255,250,133). Sum of RGB (Red+Green+Blue) = 255+250+133=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 133 (52.34% from 255 or 20.85% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA85 is #00057A. Grayscale: #EEEEEE. Windows color (decimal): -1403 or 8780543. OLE color: 8780543.

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

Color convert

RGB 255 250 133 -
CMYK 0 0.02 0.48 0
HSL 57.54º 1% 0.76% -
HSV(B) 57.54º 0.48% 1% -
XYZ 79.66 91.32 35.62 -
YUV 238.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 255 250 133 0 0.02 0.48 0 57.54 1 0.76
Hex FF FA 85 0 2 30 0 3A 64 4C
Octal 377 372 205 0 2 60 0 72 144 114
Binary 11111111 11111010 10000101 0 10 110000 0 111010 1100100 1001100

Color Harmonies of #FFFA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA85

Black with #FFFA85

Text Example


Text Example

White with #FFFA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA85; }

 p { color: rgb(255,250,133); }

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

background-color css

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

 a { background-color: rgb(255,250,133); }

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

border-color css

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

 span { border-color: rgb(255,250,133); }

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