Html Css Color HEX #F8F08D Milan

📋 copy color: '#F8F08D'

red 248 ◦ green 240 ◦ blue 141

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

Shades of Milan #F8F08D

Tints of Milan #F8F08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.16%

 BLUE value IS 141 (55.47% from 255) = 22.42%

R = 39.43%
G = 38.16%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8F08D (or 0xF8F08D) is known color: Milan. HEX triplet: F8, F0 and 8D. RGB value is (248,240,141). Sum of RGB (Red+Green+Blue) = 248+240+141=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 141 (55.47% from 255 or 22.42% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F08D is #070F72. Grayscale: #E7E7E7. Windows color (decimal): -462707 or 9302264. OLE color: 9302264.

HSL color Cylindrical-coordinate representation of color #F8F08D: hue angle of 55.51º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8F08D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 240 141 -
CMYK 0 0.03 0.43 0.03
HSL 55.51º 0.88% 0.76% -
HSV(B) 55.51º 0.43% 0.97% -
XYZ 74.68 84.2 37.52 -
YUV 231.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 248 240 141 0 0.03 0.43 0.03 55.51 0.88 0.76
Hex F8 F0 8D 0 3 2B 3 38 58 4C
Octal 370 360 215 0 3 53 3 70 130 114
Binary 11111000 11110000 10001101 0 11 101011 11 111000 1011000 1001100

Color Harmonies of #F8F08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F08D

Black with #F8F08D

Text Example


Text Example

White with #F8F08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F08D; }

 p { color: rgb(248,240,141); }

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

background-color css

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

 a { background-color: rgb(248,240,141); }

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

border-color css

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

 span { border-color: rgb(248,240,141); }

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