Html Css Color HEX #FFF585 Milan

📋 copy color: '#FFF585'

red 255 ◦ green 245 ◦ blue 133

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

Shades of Milan #FFF585

Tints of Milan #FFF585

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.7%

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

R = 40.28%
G = 38.7%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFF585 (or 0xFFF585) is known color: Milan. HEX triplet: FF, F5 and 85. RGB value is (255,245,133). Sum of RGB (Red+Green+Blue) = 255+245+133=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 133 (52.34% from 255 or 21.01% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF585 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF585 is #000A7A. Grayscale: #EBEBEB. Windows color (decimal): -2683 or 8779263. OLE color: 8779263.

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

Color convert

RGB 255 245 133 -
CMYK 0 0.04 0.48 0
HSL 55.08º 1% 0.76% -
HSV(B) 55.08º 0.48% 1% -
XYZ 78.13 88.26 35.11 -
YUV 235.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 255 245 133 0 0.04 0.48 0 55.08 1 0.76
Hex FF F5 85 0 4 30 0 37 64 4C
Octal 377 365 205 0 4 60 0 67 144 114
Binary 11111111 11110101 10000101 0 100 110000 0 110111 1100100 1001100

Color Harmonies of #FFF585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF585

Black with #FFF585

Text Example


Text Example

White with #FFF585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF585; }

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

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

background-color css

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

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

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

border-color css

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

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

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