Html Css Color HEX #FAF597 Milan

📋 copy color: '#FAF597'

red 250 ◦ green 245 ◦ blue 151

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

Shades of Milan #FAF597

Tints of Milan #FAF597

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.93%

 BLUE value IS 151 (59.38% from 255) = 23.37%

R = 38.7%
G = 37.93%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAF597 (or 0xFAF597) is known color: Milan. HEX triplet: FA, F5 and 97. RGB value is (250,245,151). Sum of RGB (Red+Green+Blue) = 250+245+151=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 151 (59.38% from 255 or 23.37% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF597 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF597 is #050A68. Grayscale: #ECECEC. Windows color (decimal): -330345 or 9958906. OLE color: 9958906.

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

Color convert

RGB 250 245 151 -
CMYK 0 0.02 0.40 0.02
HSL 56.97º 0.91% 0.79% -
HSV(B) 56.97º 0.4% 0.98% -
XYZ 77.66 87.86 42.14 -
YUV 235.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 250 245 151 0 0.02 0.40 0.02 56.97 0.91 0.79
Hex FA F5 97 0 2 28 2 39 5B 4F
Octal 372 365 227 0 2 50 2 71 133 117
Binary 11111010 11110101 10010111 0 10 101000 10 111001 1011011 1001111

Color Harmonies of #FAF597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF597

Black with #FAF597

Text Example


Text Example

White with #FAF597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF597; }

 p { color: rgb(250,245,151); }

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

background-color css

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

 a { background-color: rgb(250,245,151); }

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

border-color css

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

 span { border-color: rgb(250,245,151); }

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