Html Css Color HEX #F8F296 Milan

📋 copy color: '#F8F296'

red 248 ◦ green 242 ◦ blue 150

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

Shades of Milan #F8F296

Tints of Milan #F8F296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.81%

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

R = 38.75%
G = 37.81%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F8F296 (or 0xF8F296) is known color: Milan. HEX triplet: F8, F2 and 96. RGB value is (248,242,150). Sum of RGB (Red+Green+Blue) = 248+242+150=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 150 (58.98% from 255 or 23.44% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F296 is #070D69. Grayscale: #E9E9E9. Windows color (decimal): -462186 or 9892600. OLE color: 9892600.

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

Color convert

RGB 248 242 150 -
CMYK 0 0.02 0.40 0.03
HSL 56.33º 0.88% 0.78% -
HSV(B) 56.33º 0.4% 0.97% -
XYZ 75.97 85.66 41.38 -
YUV 233.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 248 242 150 0 0.02 0.40 0.03 56.33 0.88 0.78
Hex F8 F2 96 0 2 28 3 38 58 4E
Octal 370 362 226 0 2 50 3 70 130 116
Binary 11111000 11110010 10010110 0 10 101000 11 111000 1011000 1001110

Color Harmonies of #F8F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F296

Black with #F8F296

Text Example


Text Example

White with #F8F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F296; }

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

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

background-color css

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

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

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

border-color css

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

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

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