Html Css Color HEX #F8F08E Milan

📋 copy color: '#F8F08E'

red 248 ◦ green 240 ◦ blue 142

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

Shades of Milan #F8F08E

Tints of Milan #F8F08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.54%

R = 39.37%
G = 38.1%
B = 22.54%

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

#F8F08E (or 0xF8F08E) is known color: Milan. HEX triplet: F8, F0 and 8E. RGB value is (248,240,142). Sum of RGB (Red+Green+Blue) = 248+240+142=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 142 (55.86% from 255 or 22.54% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F08E is #070F71. Grayscale: #E7E7E7. Windows color (decimal): -462706 or 9367800. OLE color: 9367800.

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

Color convert

RGB 248 240 142 -
CMYK 0 0.03 0.43 0.03
HSL 55.47º 0.88% 0.76% -
HSV(B) 55.47º 0.43% 0.97% -
XYZ 74.75 84.23 37.91 -
YUV 231.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 248 240 142 0 0.03 0.43 0.03 55.47 0.88 0.76
Hex F8 F0 8E 0 3 2B 3 37 58 4C
Octal 370 360 216 0 3 53 3 67 130 114
Binary 11111000 11110000 10001110 0 11 101011 11 110111 1011000 1001100

Color Harmonies of #F8F08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F08E

Black with #F8F08E

Text Example


Text Example

White with #F8F08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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