Html Css Color HEX #FFF885 Milan

📋 copy color: '#FFF885'

red 255 ◦ green 248 ◦ blue 133

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

Shades of Milan #FFF885

Tints of Milan #FFF885

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.99%

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

R = 40.09%
G = 38.99%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFF885 (or 0xFFF885) is known color: Milan. HEX triplet: FF, F8 and 85. RGB value is (255,248,133). Sum of RGB (Red+Green+Blue) = 255+248+133=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 133 (52.34% from 255 or 20.91% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF885 is #00077A. Grayscale: #EDEDED. Windows color (decimal): -1915 or 8780031. OLE color: 8780031.

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

Color convert

RGB 255 248 133 -
CMYK 0 0.03 0.48 0
HSL 56.56º 1% 0.76% -
HSV(B) 56.56º 0.48% 1% -
XYZ 79.04 90.09 35.41 -
YUV 236.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 255 248 133 0 0.03 0.48 0 56.56 1 0.76
Hex FF F8 85 0 3 30 0 39 64 4C
Octal 377 370 205 0 3 60 0 71 144 114
Binary 11111111 11111000 10000101 0 11 110000 0 111001 1100100 1001100

Color Harmonies of #FFF885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF885

Black with #FFF885

Text Example


Text Example

White with #FFF885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF885; }

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

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

background-color css

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

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

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

border-color css

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

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

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