Html Css Color HEX #FAF796 Milan

📋 copy color: '#FAF796'

red 250 ◦ green 247 ◦ blue 150

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

Shades of Milan #FAF796

Tints of Milan #FAF796

RGB

 RED value IS 250 (98.05% from 255) = 38.64%

 GREEN value IS 247 (96.88% from 255) = 38.18%

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

R = 38.64%
G = 38.18%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAF796 (or 0xFAF796) is known color: Milan. HEX triplet: FA, F7 and 96. RGB value is (250,247,150). Sum of RGB (Red+Green+Blue) = 250+247+150=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 150 (58.98% from 255 or 23.18% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF796 is #050869. Grayscale: #EDEDED. Windows color (decimal): -329834 or 9893882. OLE color: 9893882.

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

Color convert

RGB 250 247 150 -
CMYK 0 0.01 0.4 0.02
HSL 58.2º 0.91% 0.78% -
HSV(B) 58.2º 0.4% 0.98% -
XYZ 78.19 89.05 41.92 -
YUV 236.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 250 247 150 0 0.01 0.4 0.02 58.2 0.91 0.78
Hex FA F7 96 0 1 28 2 3A 5B 4E
Octal 372 367 226 0 1 50 2 72 133 116
Binary 11111010 11110111 10010110 0 1 101000 10 111010 1011011 1001110

Color Harmonies of #FAF796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF796

Black with #FAF796

Text Example


Text Example

White with #FAF796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF796; }

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

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

background-color css

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

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

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

border-color css

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

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

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