Html Css Color HEX #F9FA96 Milan

📋 copy color: '#F9FA96'

red 249 ◦ green 250 ◦ blue 150

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

Shades of Milan #F9FA96

Tints of Milan #F9FA96

RGB

 RED value IS 249 (97.66% from 255) = 38.37%

 GREEN value IS 250 (98.05% from 255) = 38.52%

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

R = 38.37%
G = 38.52%
B = 23.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#F9FA96 (or 0xF9FA96) is known color: Milan. HEX triplet: F9, FA and 96. RGB value is (249,250,150). Sum of RGB (Red+Green+Blue) = 249+250+150=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 150 (58.98% from 255 or 23.11% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FA96 is #060569. Grayscale: #EEEEEE. Windows color (decimal): -394602 or 9894649. OLE color: 9894649.

HSL color Cylindrical-coordinate representation of color #F9FA96: hue angle of 60.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9FA96 is Cyan = 0.00, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 250 150 -
CMYK 0.00 0 0.4 0.02
HSL 60.6º 0.91% 0.78% -
HSV(B) 60.6º 0.4% 0.98% -
XYZ 78.76 90.71 42.21 -
YUV 238.3 78.17 135.63 -
System Red Green Blue C M Y K H S L
Decimal 249 250 150 0.00 0 0.4 0.02 60.6 0.91 0.78
Hex F9 FA 96 0 0 28 2 3D 5B 4E
Octal 371 372 226 0 0 50 2 75 133 116
Binary 11111001 11111010 10010110 0 0 101000 10 111101 1011011 1001110

Color Harmonies of #F9FA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA96

Black with #F9FA96

Text Example


Text Example

White with #F9FA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA96; }

 p { color: rgb(249,250,150); }

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

background-color css

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

 a { background-color: rgb(249,250,150); }

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

border-color css

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

 span { border-color: rgb(249,250,150); }

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