Html Css Color HEX #F8F196 Milan

📋 copy color: '#F8F196'

red 248 ◦ green 241 ◦ blue 150

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

Shades of Milan #F8F196

Tints of Milan #F8F196

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.72%

 BLUE value IS 150 (58.98% from 255) = 23.47%

R = 38.81%
G = 37.72%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F8F196 (or 0xF8F196) is known color: Milan. HEX triplet: F8, F1 and 96. RGB value is (248,241,150). Sum of RGB (Red+Green+Blue) = 248+241+150=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 150 (58.98% from 255 or 23.47% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F196 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F196 is #070E69. Grayscale: #E9E9E9. Windows color (decimal): -462442 or 9892344. OLE color: 9892344.

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

Color convert

RGB 248 241 150 -
CMYK 0 0.03 0.40 0.03
HSL 55.71º 0.88% 0.78% -
HSV(B) 55.71º 0.4% 0.97% -
XYZ 75.67 85.07 41.29 -
YUV 232.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 248 241 150 0 0.03 0.40 0.03 55.71 0.88 0.78
Hex F8 F1 96 0 3 28 3 38 58 4E
Octal 370 361 226 0 3 50 3 70 130 116
Binary 11111000 11110001 10010110 0 11 101000 11 111000 1011000 1001110

Color Harmonies of #F8F196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F196

Black with #F8F196

Text Example


Text Example

White with #F8F196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F196; }

 p { color: rgb(248,241,150); }

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

background-color css

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

 a { background-color: rgb(248,241,150); }

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

border-color css

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

 span { border-color: rgb(248,241,150); }

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