Html Css Color HEX #F8F585 Milan

📋 copy color: '#F8F585'

red 248 ◦ green 245 ◦ blue 133

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

Shades of Milan #F8F585

Tints of Milan #F8F585

RGB

 RED value IS 248 (97.27% from 255) = 39.62%

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

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

R = 39.62%
G = 39.14%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8F585 (or 0xF8F585) is known color: Milan. HEX triplet: F8, F5 and 85. RGB value is (248,245,133). Sum of RGB (Red+Green+Blue) = 248+245+133=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 133 (52.34% from 255 or 21.25% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F585 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F585 is #070A7A. Grayscale: #E9E9E9. Windows color (decimal): -461435 or 8779256. OLE color: 8779256.

HSL color Cylindrical-coordinate representation of color #F8F585: hue angle of 58.43º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8F585 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 245 133 -
CMYK 0 0.01 0.46 0.03
HSL 58.43º 0.89% 0.75% -
HSV(B) 58.43º 0.46% 0.97% -
XYZ 75.6 86.95 34.99 -
YUV 233.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 248 245 133 0 0.01 0.46 0.03 58.43 0.89 0.75
Hex F8 F5 85 0 1 2E 3 3A 59 4B
Octal 370 365 205 0 1 56 3 72 131 113
Binary 11111000 11110101 10000101 0 1 101110 11 111010 1011001 1001011

Color Harmonies of #F8F585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F585

Black with #F8F585

Text Example


Text Example

White with #F8F585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F585; }

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

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

background-color css

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

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

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

border-color css

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

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

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